Full index
Package indexes
tgcSession
d
e
g
i
r
s
t
u
v
w
d
top
decode
tgcSession::decode()
in tgcSession.php
decodes session data from a string
destroy
tgcSession::destroy()
in tgcSession.php
deletes the session and its data
dump
tgcSession::dump()
in tgcSession.php
displays the variables currently stored in the session
e
top
encode
tgcSession::encode()
in tgcSession.php
encodes the current session data as a string
g
top
getCacheExpire
tgcSession::getCacheExpire()
in tgcSession.php
returns the cache-expire time
getCacheLimiter
tgcSession::getCacheLimiter()
in tgcSession.php
returns the current cache limiter
getCookieParams
tgcSession::getCookieParams()
in tgcSession.php
returns the sessions cookie parameters
getModuleName
tgcSession::getModuleName()
in tgcSession.php
returns the session module
getSavePath
tgcSession::getSavePath()
in tgcSession.php
returns the current session save path
getSessionId
tgcSession::getSessionId()
in tgcSession.php
returns the session-id
getSessionName
tgcSession::getSessionName()
in tgcSession.php
returns the session-name
getUrlString
tgcSession::getUrlString()
in tgcSession.php
returns a string to append on URLs
getVar
tgcSession::getVar()
in tgcSession.php
returns a session variable
get_sid
tgcSession::get_sid()
in tgcSession.php
get_sid_string
tgcSession::get_sid_string()
in tgcSession.php
get_var
tgcSession::get_var()
in tgcSession.php
i
top
isRegistered
tgcSession::isRegistered()
in tgcSession.php
checks whether a variable with $varName is registered in the current session
r
top
regenerateId
tgcSession::regenerateId()
in tgcSession.php
updates the current session id with a newly generated one
s
top
ses_unset
tgcSession::ses_unset()
in tgcSession.php
setCookieParams
tgcSession::setCookieParams()
in tgcSession.php
sets the sessions cookie parameters
setModuleName
tgcSession::setModuleName()
in tgcSession.php
sets the session module
setSaveHandler
tgcSession::setSaveHandler()
in tgcSession.php
sets user-level session storage functions
setVar
tgcSession::setVar()
in tgcSession.php
add a variable/object to the session
set_var
tgcSession::set_var()
in tgcSession.php
t
top
tgcSession
tgcSession::tgcSession()
in tgcSession.php
Constructor
tgcSession
tgcSession
in tgcSession.php
tgcSession is a wrapper-class for PHP's session-functions
tgcSession.php
tgcSession.php
in tgcSession.php
u
top
unsetAll
tgcSession::unsetAll()
in tgcSession.php
unsets all session variables
unsetVar
tgcSession::unsetVar()
in tgcSession.php
unsets a session variable
v
top
var_unset
tgcSession::var_unset()
in tgcSession.php
w
top
writeClose
tgcSession::writeClose()
in tgcSession.php
write session data and end session
d
e
g
i
r
s
t
u
v
w