ILIAS
eassessment Revision 61809
|
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. | |
db_pwassist_session_close () | |
close session | |
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. | |
db_pwassist_session_destroy ($pwassist_id) | |
destroy session | |
db_pwassist_session_gc () | |
removes all expired sessions |
db_pwassist_create_id | ( | ) |
Definition at line 67 of file inc.pwassist_session_handler.php.
Referenced by ilPasswordAssistanceGUI\sendPasswordAssistanceMail().
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 150 of file inc.pwassist_session_handler.php.
References $ilDB.
Referenced by ilPasswordAssistanceGUI\submitAssignPasswordForm(), and ilSessionTest\testPasswordAssisstanceSession().
db_pwassist_session_find | ( | $user_id | ) |
Definition at line 106 of file inc.pwassist_session_handler.php.
Referenced by ilPasswordAssistanceGUI\sendPasswordAssistanceMail(), and ilSessionTest\testPasswordAssisstanceSession().
db_pwassist_session_gc | ( | ) |
removes all expired sessions
Definition at line 165 of file inc.pwassist_session_handler.php.
References $ilDB.
Referenced by ilSessionTest\testPasswordAssisstanceSession().
db_pwassist_session_open | ( | $save_path, | |
$name | |||
) |
Database Session Handling for the password assistance use case.
inc.db_pwassist_session_handler.php 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.
Referenced by ilPasswordAssistanceGUI\showAssignPasswordForm(), ilPasswordAssistanceGUI\submitAssignPasswordForm(), and ilSessionTest\testPasswordAssisstanceSession().
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 ilPasswordAssistanceGUI\sendPasswordAssistanceMail(), and ilSessionTest\testPasswordAssisstanceSession().