Class SQLSession
The SQL-based session handler. ALO_SESSION_CLEANUP is not used here as cleanup is handled by the MySQL event handler
- Alo\Session\AbstractSession
-
Alo\Session\SQLSession
Namespace: Alo\Session
Package: Session
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/session/sqlsession.php
Package: Session
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/session/sqlsession.php
Methods summary
public
|
|
protected
|
|
protected
|
|
public
|
Methods inherited from Alo\Session\AbstractSession
__destruct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
clear()
,
delete()
,
expire()
,
forceWrite()
,
getAll()
,
getID()
,
getToken()
,
getTokenActual()
,
getTokenExpected()
,
identityCheck()
,
refreshToken()
,
removeExpired()
,
setID()
Magic methods summary
Constants summary
Constants inherited from Alo\Session\AbstractSession
Properties summary
protected
|
$db |
#
Reference to database instance |