SessionHandler:: implementation for memcache.
NOTE FOR WINDOWS USERS w/PHP 4: Due to limitations in PHP 4, you should not use the memcache driver. Either upgrade to PHP 5 or use a different session handler.
Optional parameters:
'persistent_driver' - (string) If set, uses this backend to store session data persistently. 'persistent_params' - (array) If using a persistent backend, the params to use for the persistent backend. 'track' - (boolean) Track active sessions? 'track_lifetime' - (integer) The number of seconds after which tracked sessions will be treated as expired.
$Horde: framework/SessionHandler/SessionHandler/memcache.php,v 1.1.2.13 2009/10/06 22:22:20 slusarz Exp $
Copyright 2005-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Located in /SessionHandler/SessionHandler/memcache.php (line 34)
SessionHandler | --SessionHandler_memcache
Current session ID.
Horde_Memcache object.
Persistent backend driver.
Do read-only get?
The ID used for session tracking.
Inherited from SessionHandler
SessionHandler::$_connected
SessionHandler::$_force
SessionHandler::$_params
SessionHandler::$_sig
Constructs a new Memcache SessionHandler object.
Destroy the data for a particular session identifier.
Garbage collect stale sessions from the SessionHandler backend.
Get a list of (possibly) valid session identifiers.
Inherited From SessionHandler
SessionHandler::SessionHandler()
SessionHandler::close()
SessionHandler::countAuthenticatedUsers()
SessionHandler::destroy()
SessionHandler::factory()
SessionHandler::gc()
SessionHandler::getSessionIDs()
SessionHandler::getSessionsInfo()
SessionHandler::listAuthenticatedUsers()
SessionHandler::open()
SessionHandler::read()
SessionHandler::singleton()
SessionHandler::write()
SessionHandler::__destruct()
Documentation generated on Sun, 30 Jan 2011 05:19:35 +0000 by phpDocumentor 1.4.3