Zend_Session
static void
setSaveHandler
(Zend_Session_SaveHandler_Interface $saveHandler, Zend_Session_SaveHandler_Interface $interface)
static bool|bitset
$_throwStartupExceptions
= true (line 64)
$_throwStartupException
static bool
$_unitTestEnabled
= false (line 57)
Whether or not Zend_Session is being used with unit tests
Inherited from Zend_Session_Abstract
Zend_Session_Abstract::$_expiringData
Zend_Session_Abstract::$_readable
Zend_Session_Abstract::$_writable
static destroy (line 713)
destroy() - This is used to destroy session data, and optionally, the session cookie itself
static expireSessionCookie (line 741)
expireSessionCookie() - Sends an expired session id cookie, causing the client to delete the session cookie
static forgetMe (line 356)
forgetMe() - Write a volatile session cookie, removing any persistent cookie that may have existed. The session would end upon, for example, termination of a web browser program.
static getId (line 618)
getId() - get the current session id
static getIterator (line 837)
getIterator() - return an iteratable object for use in foreach and the like, this completes the IteratorAggregate interface
static getOptions (line 238)
getOptions()
static getSaveHandler (line 288)
getSaveHandler() - Get the session Save Handler
static isDestroyed (line 414)
Whether or not session has been destroyed via session_destroy()
static isReadable (line 875)
isReadable() - returns a boolean indicating if namespaces can write (use setters)
static isRegenerated (line 607)
isRegenerated() - convenience method to determine if session_regenerate_id() has been called during this request by Zend_Session.
static isStarted (line 595)
isStarted() - convenience method to determine if the session is already started.
static isWritable (line 864)
isWritable() - returns a boolean indicating if namespaces can write (use setters)
static namespaceGet (line 824)
namespaceGet() - get all variables in a namespace Deprecated: Use getIterator() in Zend_Session_Namespace.
static namespaceIsset (line 797)
namespaceIsset() - check to see if a namespace is set
static namespaceUnset (line 810)
namespaceUnset() - unset a namespace or a variable within a namespace
static regenerateId (line 302)
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 663)
registerValidator() - register a validator that will attempt to validate this session for every future request
static rememberMe (line 341)
rememberMe() - Write a persistent cookie that expires after a number of seconds in the future. If no number of seconds is specified, then this defaults to self::$_rememberMeSeconds. Due to clock errors on end users' systems, large values are recommended to avoid undesirable expiration of session cookies.
static rememberUntil (line 369)
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 395)
sessionExists() - whether or not a session exists for the current request
static setId (line 631)
setId() - set an id to a user specified id
static setOptions (line 199)
setOptions - set both the class specified
static setSaveHandler (line 264)
setSaveHandler() - Session Save Handler assignment
static start (line 427)
start() - Start the session.
static stop (line 674)
stop() - Disable write access. Optionally disable read (not implemented).
static writeClose (line 687)
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.
Constructor __construct (line 187)
Constructor overriding - make sure that a developer cannot instantiate
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 Mon, 21 Jun 2010 15:44:33 -0400 by phpDocumentor 1.4.3