Session Class
Located in /libraries/DB_Session.php (line 16)
Session Constructor
The constructor runs the session routines automatically whenever the class is instantiated.
Returns "flash" data for the given key.
Keeps existing "flash" data available to next request.
Create a new session
Destroy the current session
Garbage collection
This deletes expired session rows from database if the probability percentage is met
Fetch the current session data if it exists
Run the session routines
Write the session cookie
Update an existing session
Sets "flash" data which will be available only in next request (then it will be deleted from session). You can use it to implement "Save succeeded" messages after redirect.
Add or change data in the "userdata" array
Delete a session variable from the "userdata" array
Fetch a specific item form the session array
PRIVATE: Internal method - marks "flash" session attributes as 'old'
PRIVATE: Internal method - removes "flash" session marked as 'old'
Documentation generated on Mon, 15 Sep 2008 12:57:44 +0100 by phpDocumentor 1.4.2