Zend_Session_Abstract
Located in /Zend/Session/Abstract.php (line 31)
Class | Description |
---|---|
![]() |
Zend_Session |
![]() |
Zend_Session_Namespace |
Since expiring data is handled at startup to avoid __destruct difficulties, the data that will be expiring at end of this request is held here
Whether or not session permits reading (reading data in $_SESSION[])
Whether or not session permits writing (modification of $_SESSION[])
namespaceGet() - get a variable from a namespace.
namespaceIsset() - check to see if a namespace or a variable within a namespace is set
namespaceUnset() - unset a namespace or a variable within a namespace
Error message thrown when an action requires reading session data, but current Zend_Session is not marked as readable.
Error message thrown when an action requires modification, but current Zend_Session has been marked as read-only.
Documentation generated on Wed, 21 Feb 2007 11:45:06 -0800 by phpDocumentor 1.3.1