|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for ilSession: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 |
Destroy session.
| string | session id |
Definition at line 111 of file class.ilSession.php.
Referenced by db_session_destroy(), and ilSessionTest\testBasicSessionBehaviour().
Here is the caller graph for this function:
|
static |
Destroy session.
| string | session id |
Definition at line 127 of file class.ilSession.php.
Referenced by ilObjUser\delete(), and ilSessionTest\testBasicSessionBehaviour().
Here is the caller graph for this function:
|
static |
Destroy expired sessions.
Definition at line 141 of file class.ilSession.php.
Referenced by db_session_gc(), and ilSessionTest\testBasicSessionBehaviour().
Here is the caller graph for this function:
|
static |
Duplicate session.
| string | session id |
Definition at line 158 of file class.ilSession.php.
References $ilDB, $q, $query, $res, $row, and _writeData().
Referenced by duplicate_session(), and ilSessionTest\testBasicSessionBehaviour().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Check whether session exists.
| string | session id |
Definition at line 92 of file class.ilSession.php.
Referenced by _writeData(), ilInitialisation\initILIAS(), and ilSessionTest\testBasicSessionBehaviour().
Here is the caller graph for this function:
|
static |
Get session data from table.
| string | session id |
Definition at line 19 of file class.ilSession.php.
Referenced by db_session_read(), and ilSessionTest\testBasicSessionBehaviour().
Here is the caller graph for this function:
|
static |
Write session data.
| string | session id |
| string | session data |
Definition at line 37 of file class.ilSession.php.
References $_SESSION, $ilDB, and _exists().
Referenced by _duplicate(), db_session_write(), and ilSessionTest\testBasicSessionBehaviour().
Here is the call graph for this function:
Here is the caller graph for this function: