Delete

Navigation:  Development > Function Reference > Module > Session >

Delete

Previous pageReturn to chapter overviewNext page

Delete Session
 

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

 

Parameter

Type

Description

Name

Mandatory

Name of the Session

 

See bellow examples:

 

// Delete a Session
$obj = App::Session()->Delete('username');