HASH_ALGO
HASH_ALGO
Hash algorithm in use
The session interface
delete(string|array $key) : \Alo\Session\AbstractSession
Deletes a session value
string|array | $key | The corresponding key or array of keys |
expire(string $key, integer $time) : \Alo\Session\AbstractSession
Sets a session key to expire
string | $key | The key |
integer | $time | Expiration time in seconds |
terminate() : \Alo\Session\AbstractSession
Terminates the session
write() : \Alo\Session\AbstractSession
Saves session data
setID() : \Alo\Session\SQLSession
Sets the session ID variable & the cookie
fetch() : \Alo\Session\AbstractSession
Fetches session data
removeExpired() : \Alo\Session\SQLSession
Removes expired session keys