Full index

Package indexes


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