[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ c ] [ d ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ u ] [ w ]

c

clear
in file Session.php, method HTTP_Session::clear()
    Free all session variables
close
in file MDB2.php, method HTTP_Session_Container_MDB2::close()
    Free resources
close
in file Memcache.php, method HTTP_Session_Container_Memcache::close()
    Free resources
close
in file MDB.php, method HTTP_Session_Container_MDB::close()
    Free resources
close
in file DB.php, method HTTP_Session_Container_DB::close()
    Free resources
close
in file Container.php, method HTTP_Session_Container::close()
    This function is called when the page is finished executing and the session handler needs to close things off
Container_Example.php
procedural page Container_Example.php
Container.php
procedural page Container.php
top

d

destroy
in file Memcache.php, method HTTP_Session_Container_Memcache::destroy()
    Destroy session data
destroy
in file Session.php, method HTTP_Session::destroy()
    Frees all session variables and destroys all data registered to a session
destroy
in file MDB2.php, method HTTP_Session_Container_MDB2::destroy()
    Destroy session data
destroy
in file MDB.php, method HTTP_Session_Container_MDB::destroy()
    Destroy session data
destroy
in file Container.php, method HTTP_Session_Container::destroy()
    This function is called when a session is destroyed.
destroy
in file DB.php, method HTTP_Session_Container_DB::destroy()
    Destroy session data
DB.php
procedural page DB.php
top

g

gc
in file Memcache.php, method HTTP_Session_Container_Memcache::gc()
    Garbage collection
gc
in file Container.php, method HTTP_Session_Container::gc()
    This function is responsible for garbage collection.
gc
in file MDB2.php, method HTTP_Session_Container_MDB2::gc()
    Garbage collection
gc
in file DB.php, method HTTP_Session_Container_DB::gc()
    Garbage collection
gc
in file MDB.php, method HTTP_Session_Container_MDB::gc()
    Garbage collection
get
in file Session.php, method HTTP_Session::get()
    Returns session variable
getLocal
in file Session.php, method HTTP_Session::getLocal()
    Returns local variable of a script
getRef
in file Session.php, method HTTP_Session::getRef()
    Returns session variable by reference
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, method HTTP_Session_Container::HTTP_Session_Container()
    Constrtuctor method
HTTP_Session_Container
in file Container.php, class HTTP_Session_Container
    Container class for storing session data
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, method HTTP_Session_Container_MDB::HTTP_Session_Container_MDB()
    Constructor method
HTTP_Session_Container_MDB
in file MDB.php, class HTTP_Session_Container_MDB
    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_Container_MDB2
in file MDB2.php, class HTTP_Session_Container_MDB2
    Database container for session data
HTTP_Session_Container_Memcache
in file Memcache.php, method HTTP_Session_Container_Memcache::HTTP_Session_Container_Memcache()
    Constructor method
HTTP_Session_Container_Memcache
in file Memcache.php, class HTTP_Session_Container_Memcache
    Database container for session data
HTTP_SESSION_CONTINUED
in file Session.php, constant HTTP_SESSION_CONTINUED
HTTP_SESSION_STARTED
in file Session.php, constant HTTP_SESSION_STARTED
top

i

id
in file Session.php, method HTTP_Session::id()
    Sets new ID of a session
isExpired
in file Session.php, method HTTP_Session::isExpired()
    Check if session is expired
isIdle
in file Session.php, method HTTP_Session::isIdle()
    Check if session is idle
isNew
in file Session.php, method HTTP_Session::isNew()
    Gets a value indicating whether the session was created with the current request
is_set
in file Session.php, method HTTP_Session::is_set()
    Checks if a session variable is set
top

l

localName
in file Session.php, method HTTP_Session::localName()
    Sets new local name
top

m

MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
Memcache.php
procedural page Memcache.php
top

n

name
in file Session.php, method HTTP_Session::name()
    Sets new name of a session
top

o

open
in file Memcache.php, method HTTP_Session_Container_Memcache::open()
    Establish connection to a database
open
in file MDB2.php, method HTTP_Session_Container_MDB2::open()
    Establish connection to a database
open
in file MDB.php, method HTTP_Session_Container_MDB::open()
    Establish connection to a database
open
in file DB.php, method HTTP_Session_Container_DB::open()
    Establish connection to a database
open
in file Container.php, method HTTP_Session_Container::open()
    This function is called by the session handler to initialize things
top

p

pause
in file Session.php, method HTTP_Session::pause()
    Writes session data and ends session
top

r

read
in file Container.php, method HTTP_Session_Container::read()
    This function is called by the session handler to read the data associated with a given session ID.
read
in file MDB.php, method HTTP_Session_Container_MDB::read()
    Read session data
read
in file MDB2.php, method HTTP_Session_Container_MDB2::read()
    Read session data
read
in file Memcache.php, method HTTP_Session_Container_Memcache::read()
    Read session data
read
in file DB.php, method HTTP_Session_Container_DB::read()
    Read session data
regenerateId
in file Session.php, method HTTP_Session::regenerateId()
    Calls session_regenerate_id() if available
register
in file Session.php, method HTTP_Session::register()
    Register variable with the current session
registered
in file Session.php, method HTTP_Session::registered()
    Checks if a session variable is registered
replicate
in file Container.php, method HTTP_Session_Container::replicate()
    This function copies session data of specified id to specified table
replicate
in file Session.php, method HTTP_Session::replicate()
    This function copies session data of specified id to specified table
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.
setRef
in file Session.php, method HTTP_Session::setRef()
    Sets session variable by reference
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

w

write
in file Memcache.php, method HTTP_Session_Container_Memcache::write()
    Write session data
write
in file MDB2.php, method HTTP_Session_Container_MDB2::write()
    Write session data
write
in file MDB.php, method HTTP_Session_Container_MDB::write()
    Write session data
write
in file DB.php, method HTTP_Session_Container_DB::write()
    Write session data
write
in file Container.php, method HTTP_Session_Container::write()
    This function is called when the session handler has session data to save, which usually happens at the end of your script
top

Documentation generated on Mon, 11 Mar 2019 15:07:35 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.