|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Functions | |
| db_pwassist_session_open ($save_path, $name) | |
| Database Session Handling for the password assistance use case. More... | |
| db_pwassist_session_close () | |
| close session More... | |
| db_pwassist_create_id () | |
| db_pwassist_session_read ($pwassist_id) | |
| db_pwassist_session_find ($user_id) | |
| db_pwassist_session_write ($pwassist_id, $maxlifetime, $user_id) | |
| Writes serialized session data to the database. More... | |
| db_pwassist_session_destroy ($pwassist_id) | |
| destroy session More... | |
| db_pwassist_session_gc () | |
| removes all expired sessions More... | |
| db_pwassist_create_id | ( | ) |
Definition at line 67 of file inc.pwassist_session_handler.php.
| db_pwassist_session_close | ( | ) |
close session
for a db nothing has to be done here
Definition at line 53 of file inc.pwassist_session_handler.php.
| db_pwassist_session_destroy | ( | $pwassist_id | ) |
destroy session
| integer | $pwassist_id | secure id |
Definition at line 152 of file inc.pwassist_session_handler.php.
References $ilDB.
Referenced by ilPasswordAssistanceGUI\submitAssignPasswordForm(), and ilSessionTest\testPasswordAssisstanceSession().
Here is the caller graph for this function:| db_pwassist_session_find | ( | $user_id | ) |
Definition at line 106 of file inc.pwassist_session_handler.php.
References $data, $ilDB, and $r.
Referenced by ilSessionTest\testPasswordAssisstanceSession().
Here is the caller graph for this function:| db_pwassist_session_gc | ( | ) |
removes all expired sessions
Definition at line 167 of file inc.pwassist_session_handler.php.
References $ilDB.
Referenced by ilSessionTest\testPasswordAssisstanceSession().
Here is the caller graph for this function:| db_pwassist_session_open | ( | $save_path, | |
| $name | |||
| ) |
Database Session Handling for the password assistance use case.
@module inc.db_pwassist_session_handler.php @modulegroup iliascore
Definition at line 43 of file inc.pwassist_session_handler.php.
| db_pwassist_session_read | ( | $pwassist_id | ) |
Definition at line 86 of file inc.pwassist_session_handler.php.
References $data, $ilDB, and $r.
Referenced by ilPasswordAssistanceGUI\showAssignPasswordForm(), ilPasswordAssistanceGUI\submitAssignPasswordForm(), and ilSessionTest\testPasswordAssisstanceSession().
Here is the caller graph for this function:| db_pwassist_session_write | ( | $pwassist_id, | |
| $maxlifetime, | |||
| $user_id | |||
| ) |
Writes serialized session data to the database.
| integer | $pwassist_id | secure id |
| integer | $maxlifetime | session max lifetime in seconds |
| integer | $user_id | user id |
Definition at line 125 of file inc.pwassist_session_handler.php.
References $ilDB.
Referenced by ilSessionTest\testPasswordAssisstanceSession().
Here is the caller graph for this function: