Zend_Session
Located in /Zend/Session.php (line 18)
Namespace locking mechanism
Namespace - which namespace this instance of zend-session is saving-to/getting-from
Session_Core instance
__construct() - This will create an instance that saves to/gets from an instantiated core. An optional namespace allows for saving/getting to isolated sections of the session.
Lock() - ability to mark a session/namespace as readonly
SetExpirationHops() - expire the namespace, or specific variables after a specified number of page hops
SetExpirationSeconds() - expire the namespace, or specific variables after a specified number of seconds
__get() - method to get a variable in this objects current namespace
__isset() - determine if a variable in this objects namespace is set
__set() - method to set a variable/value in this objects namespace
__unset() - unset a variable in this objects namespace.
Documentation generated on Sun, 29 Oct 2006 21:28:03 -0600 by phpDocumentor 1.3.0RC6