Element index for package HTTP_Session
[ c ]
[ d ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ u ]
[ w ]
top
top
top
h
- HTTP_Session
- in file Session.php, class HTTP_Session
Class for managing HTTP sessions
- HTTP_Session_Example.php
- procedural page HTTP_Session_Example.php
- HTTP_Session_Container
- in file Container.php, class HTTP_Session_Container
Container class for storing session data
- HTTP_Session_Container
- in file Container.php, method HTTP_Session_Container::HTTP_Session_Container()
Constrtuctor method
- HTTP_Session_Container_DB
- in file DB.php, class HTTP_Session_Container_DB
Database container for session data
- HTTP_Session_Container_DB
- in file DB.php, method HTTP_Session_Container_DB::HTTP_Session_Container_DB()
Constrtuctor method
- HTTP_Session_Container_MDB
- in file MDB.php, class HTTP_Session_Container_MDB
Database container for session data
- HTTP_Session_Container_MDB
- in file MDB.php, method HTTP_Session_Container_MDB::HTTP_Session_Container_MDB()
Constructor method
- HTTP_Session_Container_MDB2
- in file MDB2.php, class HTTP_Session_Container_MDB2
Database container for session data
- HTTP_Session_Container_MDB2
- in file MDB2.php, method HTTP_Session_Container_MDB2::HTTP_Session_Container_MDB2()
Constructor method
- HTTP_SESSION_CONTINUED
- in file Session.php, constant HTTP_SESSION_CONTINUED
- HTTP_SESSION_STARTED
- in file Session.php, constant HTTP_SESSION_STARTED
top
top
top
top
top
top
top
top
s
- Session.php
- procedural page Session.php
- sessionValidThru
- in file Session.php, method HTTP_Session::sessionValidThru()
Returns the time up to the session is valid
- set
- in file Container.php, method HTTP_Session_Container::set()
Set session save handler
- set
- in file Session.php, method HTTP_Session::set()
Sets session variable
- setContainer
- in file Session.php, method HTTP_Session::setContainer()
Sets user-defined session storage functions
- setExpire
- in file Session.php, method HTTP_Session::setExpire()
Sets the maximum expire time
- setGcMaxLifetime
- in file Session.php, method HTTP_Session::setGcMaxLifetime()
If optional parameter is specified it determines the number of seconds after which session data will be seen as 'garbage' and cleaned up
- setGcProbability
- in file Session.php, method HTTP_Session::setGcProbability()
If optional parameter is specified it determines the probability that the gc (garbage collection) routine is started and session data is cleaned up
- setIdle
- in file Session.php, method HTTP_Session::setIdle()
Sets the maximum idle time
- setLocal
- in file Session.php, method HTTP_Session::setLocal()
Sets local variable of a script.
- start
- in file Session.php, method HTTP_Session::start()
Initializes session data
top
u
- unregister
- in file Session.php, method HTTP_Session::unregister()
Unregister a variable from the current session
- updateIdle
- in file Session.php, method HTTP_Session::updateIdle()
Updates the idletime
- useCookies
- in file Session.php, method HTTP_Session::useCookies()
If optional parameter is specified it indicates whether the module will use cookies to store the session id on the client side
- useTransSID
- in file Session.php, method HTTP_Session::useTransSID()
If optional parameter is specified it indicates whether the session id will automatically be appended to all links
top
top
Documentation generated on Mon, 11 Mar 2019 14:48:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|