Zend_SessionInherited from Zend_Session_Abstract
Zend_Session_Abstract::$_expiringData
Zend_Session_Abstract::$_readable
Zend_Session_Abstract::$_writable
static destroy (line 586)
destroy() - This is used to destroy session data, and optionally, the session cookie itself
static expireSessionCookie (line 610)
expireSessionCookie() - Sends an expired session id cookie, causing the client to delete the session cookie
static forgetMe (line 289)
forgetMe() - The exact opposite of rememberMe(), a session cookie is ensured to be 'session based'
static getId (line 501)
getId() - get the current session id
static getIterator (line 702)
getIterator() - return an iteratable object for use in foreach and the like, this completes the IteratorAggregate interface
static isReadable (line 738)
isReadable() - returns a boolean indicating if namespaces can write (use setters)
static isRegenerated (line 490)
isRegenerated() - convenience method to determine if session_regenerate_id() has been called during this request by Zend_Session.
static isStarted (line 478)
isStarted() - convenience method to determine if the session is already started.
static isWritable (line 727)
isWritable() - returns a boolean indicating if namespaces can write (use setters)
static namespaceGet (line 690)
namespaceGet() - get all variables in a namespace Deprecated: Use getIterator() in Zend_Session_Namespace.
static namespaceIsset (line 664)
namespaceIsset() - check to see if a namespace is set
static namespaceUnset (line 677)
namespaceUnset() - unset a namespace or a variable within a namespace
static regenerateId (line 239)
regenerateId() - Regenerate the session id. Best practice is to call this after session is started. If called prior to session starting, session id will be regenerated at start time.
static registerValidator (line 540)
registerValidator() - register a validator that will attempt to validate this session for every future request
static rememberMe (line 275)
rememberMe() - Replace the session cookie with one that will expire after a number of seconds in the future (not when the browser closes). Seconds are determined by self::$_rememberMeSeconds.
plus $seconds (defaulting to self::$_rememberMeSeconds). Due to clock errors on end users' systems, large values are recommended to avoid undesireable expiration of session cookies.
static rememberUntil (line 302)
rememberUntil() - This method does the work of changing the state of the session cookie and making sure that it gets resent to the browser via regenerateId()
static sessionExists (line 323)
sessionExists() - whether or not a session exists for the current request
static setId (line 514)
setId() - set an id to a user specified id
static setOptions (line 180)
setOptions - set both the class specified
static setSaveHandler (line 218)
setSaveHandler() - Session Save Handler assignment
static start (line 342)
start() - Start the session.
static stop (line 551)
stop() - Disable write access. Optionally disable read (not implemented).
static writeClose (line 564)
writeClose() - Shutdown the sesssion, close writing and detach $_SESSION from the back-end storage mechanism.
This will complete the internal data transformation on this request.
Inherited From Zend_Session_Abstract
Zend_Session_Abstract::_namespaceGet()
Zend_Session_Abstract::_namespaceGetAll()
Zend_Session_Abstract::_namespaceIsset()
Zend_Session_Abstract::_namespaceUnset()
Inherited from Zend_Session_Abstract
Zend_Session_Abstract::_THROW_NOT_READABLE_MSG
Zend_Session_Abstract::_THROW_NOT_WRITABLE_MSG
Documentation generated on Sun, 27 May 2007 23:27:33 -0700 by phpDocumentor 1.3.2