Zend_Session_Abstract
Located in /Session/Abstract.php (line 33)
Class | Description |
---|---|
![]() |
Zend_Session_Namespace |
![]() |
Zend_Session |
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 $name variable from $namespace, returning by reference.
namespaceGetAll() - Get an array containing $namespace, including expiring data.
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 Mon, 21 Jun 2010 15:05:04 -0400 by phpDocumentor 1.4.3