SESSIONHANDLERS.php
WIKINDX : Bibliographic Management system.
Tags
Table of Contents
Classes
- WkxDbSessionHandler
- Custom session handler used when the session is stored inside db
Functions
- wkx_session_set_db_handler() : mixed
- Set a db handler for session storage in session table
- wkx_session_set_file_handler() : mixed
- Set the default file handler for session storage
Functions
wkx_session_set_db_handler()
Set a db handler for session storage in session table
wkx_session_set_db_handler() : mixed
The creation of the identifiers is left to PHP.
Sessions are stored in db when WIKINDX is used in normal mode.
Tags
wkx_session_set_file_handler()
Set the default file handler for session storage
wkx_session_set_file_handler() : mixed
Sessions are stored in files when WIKINDX is used in install/upgrade mode.
Separating storage allows special actions during maintenance and isolates the administrator's regular session.