Navigation: Development > Function Reference > Module > Session >
Delete a Session and return value.
App::Session()->Delete(Name);
Parameter
Type
Description
Name
Mandatory
Name of the Session
See bellow examples:
// Delete a Session $username = App::Session()->Pop('username');