Exists

Navigation:  Development > Function Reference > Module > Session >

Exists

Previous pageReturn to chapter overviewNext page

Check existence of a Session
 

App::Session()->Exists(Name);
 

 

Parameter

Type

Description

Name

Mandatory

Name of the Session

 

See bellow examples:

 

// Check a Session
$Boolean = App::Session()->Exists('username');