Function session
Session helper.
Parameters summary
string|null |
$identifier = null |
If you don't pass anything in first argument, it will return the session object itself. |
mixed|null |
$value = null |
If you pass a null to second argument, it will destroy the session on it's identifier passed in first argument. |
Return value summary
mixed
|
mixed |