JSessionStorageMemcache
Memcache session storage handler for PHP
-- Inspired in both design and implementation by the Horde memcache handler --
Located in /joomla/session/storage/memcache.php (line 28)
JObject (Subpackage Base)
![]()
JSessionStorage
![]()
JSessionStorageMemcache (Subpackage Session)
int
$_compress
= null (line 42)
Use compression?
resource
$_db
(line 35)
Resource for the current memcached connection.
boolean
$_persistent
= false (line 49)
Use persistent connections
Inherited Variables
Inherited from JObject
JObject::$_errors
Constructor
- array $options: optional parameters
- JSessionStorage::__construct()
- Constructor
Close the SessionHandler backend.
- JSessionStorage::close()
- Close the SessionHandler backend.
Destroy the data for a particular session identifier in the SessionHandler backend.
- string $id: The session identifier.
- JSessionStorage::destroy()
- Destroy the data for a particular session identifier in the SessionHandler backend.
Garbage collect stale sessions from the SessionHandler backend.
-- Not Applicable in memcache --
- integer $maxlifetime: The maximum age of a session.
- JSessionStorage::gc()
- Garbage collect stale sessions from the SessionHandler backend.
Open the SessionHandler backend.
- string $save_path: The path to the session object.
- string $session_name: The name of the session.
- JSessionStorage::open()
- Open the SessionHandler backend.
Read the data for a particular session identifier from the SessionHandler backend.
- string $id: The session identifier.
- JSessionStorage::read()
- Read the data for a particular session identifier from the SessionHandler backend.
Test to see if the SessionHandler is available.
- JSessionStorage::test()
- Test to see if the SessionHandler is available.
Write session data to the SessionHandler backend.
- string $id: The session identifier.
- string $session_data: The session data.
- JSessionStorage::write()
- Write session data to the SessionHandler backend.
Inherited Methods
Inherited From JSessionStorage
JSessionStorage::__construct()
JSessionStorage::close()
JSessionStorage::destroy()
JSessionStorage::gc()
JSessionStorage::getInstance()
JSessionStorage::open()
JSessionStorage::read()
JSessionStorage::register()
JSessionStorage::test()
JSessionStorage::write()
Inherited From JObject
JObject::JObject()
JObject::__construct()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::getPublicProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
Documentation generated on Mon, 22 Sep 2008 12:10:45 +0100 by phpDocumentor 1.3.1




static