closeSession() public method
Session close handler.
This method should be overridden if $useCustomStorage returns true. Do not call this method directly.
| public boolean closeSession ( ) | ||
|---|---|---|
| return | boolean |
Whether session is closed successfully |
closeSession() public method
Session close handler.
This method should be overridden if $useCustomStorage returns true. Do not call this method directly.
| public boolean closeSession ( ) | ||
|---|---|---|
| return | boolean |
Whether session is closed successfully |
Please login to continue.