HybridSessionStore
class HybridSessionStore extends HybridSessionStore_Base (View source)
Properties
protected | string | $key | Session secret key |
from HybridSessionStore_Base |
protected | $handlers | List of session handlers |
||
protected static | bool | $enabled | True if this session store has been initialised |
Methods
Details
setKey(string $key)
Assign a new session secret key
protected string
getKey()
Get the session secret key
protected int
getLifetime()
Get lifetime in number of seconds
protected int
getNow()
Gets the current unix timestamp
setHandlers($handlers)
No description
getHandlers()
No description
open($save_path, $name)
No description
close()
No description
read($session_id)
No description
write($session_id, $session_data)
No description
destroy($session_id)
No description
gc($maxlifetime)
No description
static
init(string $key = null)
Register the session handler as the default
static
is_enabled()
No description