User-level session storage functions.
This script uses the session_set_save_handler() function to set the user-level session storage functions which are used for storing and retrieving data associated with a session.
The session data is stored on a local database.
NOTE: This script automatically starts the user's session.
Close session.
Call garbage collector function to remove expired sessions.
Deletes the specific session.
Garbage collector.
Deletes expired sessions.
NOTE: while time() function returns a 32 bit integer, it works fine until year 2038.
Open session.
Get session data.
Convert encoded session string data to array.
Insert or Update session.
Documentation generated on Fri, 24 Nov 2006 21:16:23 +0100 by phpDocumentor 1.3.0RC3