Class: s
Handles all session fiddling
Methods
-
s::destroy
Destroys a session
-
s::get
Gets a session value by key
-
s::id
Returns the current session id
-
s::remove
Removes a value from the session by key
-
s::restart
Destroys a session first and then starts it again
-
s::set
Sets a session value by key
-
s::start
Starts a new session