Custom session storage handler for PHP
Located in /libraries/joomla/session/storage.php (line 21)
JObject | --JSessionStorage
Class | Description |
---|---|
JSessionStorageApc | APC session storage handler for PHP |
JSessionStorageWincache | WINCACHE session storage handler for PHP |
JSessionStorageNone | File session handler for PHP |
JSessionStorageXcache | XCache session storage handler |
JSessionStorageDatabase | Database session storage handler for PHP |
JSessionStorageEaccelerator | eAccelerator session storage handler for PHP |
JSessionStorageMemcache | Memcache session storage handler for PHP |
Inherited from JObject
JObject::$_errors
Returns a session storage handler object, only creating it if it doesn't already exist.
Test to see if the SessionHandler is available.
Constructor
Close the SessionHandler backend.
Destroy the data for a particular session identifier in the SessionHandler backend.
Garbage collect stale sessions from the SessionHandler backend.
Open the SessionHandler backend.
Read the data for a particular session identifier from the SessionHandler backend.
Register the functions of this class with PHP's session handler
Write session data to the SessionHandler backend.
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()
Documentation generated on Mon, 25 Jun 2012 13:59:47 -0500 by phpDocumentor 1.4.4