Lib eyeSessions endSession
From eyeOS Wiki
Contents |
Syntax
eyeSessions('endSession')
or
reqLib('eyeSessions', 'endSession')
Description
Destroys the user session, along with all of its variables.
Arguments
None.
Return values
Returns true if destroying the session is successful; false otherwise.

