sessiondbhandler
Table of Contents
- 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.
cf. https://www.php.net/manual/en/function.session-set-save-handler.php
wkx_session_set_file_handler()
Set the default file handler for session storage
wkx_session_set_file_handler() : mixed