[Horde_SessionHandler] element index

Package indexes

All elements
a c d f g h l m n o p r s w _
_
top
Variable $_conn
Handle for the current database connection.
Variable $_connected
SessionHandler::$_connected in SessionHandler.php
Has a connection been made to the backend?
Variable $_db
Handle for the current database connection.
Variable $_db
Handle for the current database connection.
Variable $_db
Handle for the current database connection.
Variable $_db
Handle for the current database connection.
Variable $_dbm
Our pointer to the DBM file, if open.
Variable $_force
SessionHandler::$_force in SessionHandler.php
Force saving the session data?
Variable $_id
Current session ID.
Variable $_memcache
Horde_Memcache object.
Variable $_params
SessionHandler::$_params in SessionHandler.php
Hash containing connection parameters.
Variable $_persistent
Persistent backend driver.
Variable $_readonly
Do read-only get?
Variable $_sig
SessionHandler::$_sig in SessionHandler.php
Initial session data signature.
Variable $_trackID
The ID used for session tracking.
Variable $_write_db
Handle for the current database connection, used for writing. Defaults to the same handle as $_db if a separate write database is not required.
Method __destruct
SessionHandler::__destruct() in SessionHandler.php
Destructor (PHP 5 only).
a
top
Constant AUTH_HANDLER
AUTH_HANDLER in horde-active-sessions.php
This script counts the number of active authenticated user sessions.
c
top
Method close
SessionHandler::close() in SessionHandler.php
Close the SessionHandler backend.
Method countAuthenticatedUsers
Determine the number of currently logged in users.
d
top
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
SessionHandler::destroy() in SessionHandler.php
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Method destroy
Destroy the data for a particular session identifier.
Page dbm.php
dbm.php in dbm.php
f
top
Method factory
SessionHandler::factory() in SessionHandler.php
Attempts to return a concrete SessionHandler instance based on $driver.
g
top
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method gc
SessionHandler::gc() in SessionHandler.php
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method gc
Garbage collect stale sessions from the SessionHandler backend.
Method getSessionIDs
SessionHandler::getSessionIDs() in SessionHandler.php
Get a list of the valid session identifiers.
Method getSessionIDs
Get a list of the valid session identifiers.
Method getSessionIDs
Get a list of the valid session identifiers.
Method getSessionIDs
Get a list of the valid session identifiers.
Method getSessionIDs
Get a list of the valid session identifiers.
Method getSessionIDs
Get a list of (possibly) valid session identifiers.
Method getSessionIDs
Get a list of the valid session identifiers.
Method getSessionsInfo
SessionHandler::getSessionsInfo() in SessionHandler.php
Returns a list of authenticated users and data about their session.
h
top
Constant HORDE_BASE
HORDE_BASE in horde-active-sessions.php
Page horde-active-sessions.php
horde-active-sessions.php in horde-active-sessions.php
l
top
Method listAuthenticatedUsers
Returns a list of currently logged in users.
Page ldap.php
ldap.php in ldap.php
m
top
Page memcache.php
memcache.php in memcache.php
Page mysql.php
mysql.php in mysql.php
n
top
Page none.php
none.php in none.php
o
top
Method open
SessionHandler::open() in SessionHandler.php
Open the SessionHandler backend.
Page oci8.php
oci8.php in oci8.php
p
top
Page pgsql.php
pgsql.php in pgsql.php
r
top
Method read
SessionHandler::read() in SessionHandler.php
Read the data for a particular session identifier from the SessionHandler backend.
s
top
Method SessionHandler
SessionHandler::SessionHandler() in SessionHandler.php
Constructs a new SessionHandler object.
Class SessionHandler
SessionHandler in SessionHandler.php
SessionHandler:: defines an API for implementing custom PHP session handlers.
Page sapdb.php
sapdb.php in sapdb.php
Page sql.php
sql.php in sql.php
Page SessionHandler.php
SessionHandler.php in SessionHandler.php
Class SessionHandler_dbm
SessionHandler:: implementation for DBM files.
Class SessionHandler_ldap
SessionHandler implementation for LDAP directories.
Class SessionHandler_memcache
SessionHandler_memcache in memcache.php
SessionHandler:: implementation for memcache.
Method SessionHandler_memcache
Constructs a new Memcache SessionHandler object.
Class SessionHandler_mysql
SessionHandler:: implementation for MySQL (native).
Class SessionHandler_none
SessionHandler implementation for PHP's built-in session handler.
Class SessionHandler_oci8
SessionHandler:: implementation for Oracle 8i (native).
Class SessionHandler_pgsql
PostgreSQL Session Handler for PHP (native).
Class SessionHandler_sapdb
SessionHandler implementation for PHP's PEAR database abstraction layer.
Method SessionHandler_sapdb
Constructs a new SQL SessionHandler object.
Class SessionHandler_sql
SessionHandler implementation for PHP's PEAR database abstraction layer.
Method singleton
SessionHandler::singleton() in SessionHandler.php
Attempts to return a reference to a concrete SessionHandler instance based on $driver. It will only create a new instance if no SessionHandler instance with the same parameters currently exists.
w
top
Method write
SessionHandler::write() in SessionHandler.php
Write session data to the SessionHandler backend.
a c d f g h l m n o p r s w _