SessionHandler:: implementation for Oracle 8i (native).
Required parameters:
'hostspec' - (string) The hostname of the database server. 'username' - (string) The username with which to connect to the database. 'password' - (string) The password associated with 'username'. 'database' - (string) The name of the database. 'table' - (string) The name of the sessiondata table in 'database'.
Required for some configurations:
'port' - (integer) The port on which to connect to the database.
Optional parameters:
'persistent' - (boolean) Use persistent DB connections?The table structure for the SessionHandler can be found in horde/scripts/sql/horde_sessionhandler.oci8.sql.
$Horde: framework/SessionHandler/SessionHandler/oci8.php,v 1.8.4.16 2008/09/02 21:36:43 slusarz Exp $
Copyright 2003-2007 Liam Hoekenga <liamr@umich.edu>
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/oci8.php (line 34)
SessionHandler | --SessionHandler_oci8
Handle for the current database connection.
Inherited from SessionHandler
SessionHandler::$_connected
SessionHandler::$_force
SessionHandler::$_params
SessionHandler::$_sig
Destroy the data for a particular session identifier in the SessionHandler backend.
Garbage collect stale sessions from the SessionHandler backend.
Get a list of the 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:20:09 +0000 by phpDocumentor 1.4.3