ILIAS
Release_4_1_x_branch Revision 61804
|
Static Public Member Functions | |
static | _getData ($a_session_id) |
Get session data from table. | |
static | _writeData ($a_session_id, $a_data) |
Write session data. | |
static | _exists ($a_session_id) |
Check whether session exists. | |
static | _destroy ($a_session_id) |
Destroy session. | |
static | _destroyByUserId ($a_user_id) |
Destroy session. | |
static | _destroyExpiredSessions () |
Destroy expired sessions. | |
static | _duplicate ($a_session_id) |
Duplicate session. | |
static | _getUsersWithIp ($a_ip) |
Get the active users with a specific remote ip address. |
|
static |
Destroy session.
string | session id |
Definition at line 170 of file class.ilSession.php.
References $ilDB.
Referenced by db_session_destroy(), ilSessionControl\kickOneMinIdleSession(), and ilSessionTest\testBasicSessionBehaviour().
|
static |
Destroy session.
string | session id |
Definition at line 186 of file class.ilSession.php.
References $ilDB.
Referenced by ilObjUser\delete(), and ilSessionTest\testBasicSessionBehaviour().
|
static |
Destroy expired sessions.
Definition at line 200 of file class.ilSession.php.
References $ilDB.
Referenced by _writeData(), db_session_gc(), and ilSessionTest\testBasicSessionBehaviour().
|
static |
Duplicate session.
string | session id |
Definition at line 217 of file class.ilSession.php.
References $ilDB, $query, $res, $row, and _writeData().
Referenced by duplicate_session(), and ilSessionTest\testBasicSessionBehaviour().
|
static |
Check whether session exists.
string | session id |
Definition at line 151 of file class.ilSession.php.
References $ilDB.
Referenced by _writeData(), and ilSessionTest\testBasicSessionBehaviour().
|
static |
Get session data from table.
string | session id |
Definition at line 19 of file class.ilSession.php.
References $ilDB.
Referenced by db_session_read(), and ilSessionTest\testBasicSessionBehaviour().
|
static |
Get the active users with a specific remote ip address.
string | ip address |
Definition at line 249 of file class.ilSession.php.
References $ilDB, $query, $result, and $row.
Referenced by ilWebAccessChecker\determineUser().
|
static |
Write session data.
string | session id |
string | session data |
Definition at line 37 of file class.ilSession.php.
References $_SESSION, $GLOBALS, $ilDB, $ilSetting, _destroyExpiredSessions(), _exists(), and ilSessionControl\DEFAULT_MAX_IDLE.
Referenced by _duplicate(), db_session_write(), and ilSessionTest\testBasicSessionBehaviour().