Zend_Registry can store any objects. It's just a place to store object refrences. Zend_Session on the other hand stores values, or serialized objects that can be used to save objects and values between requests.
-- /James On Mon, Apr 7, 2008 at 4:32 PM, xing93111 <[EMAIL PROTECTED]> wrote: > > Can Zend_Registry be used to store Zend_Session? If yes, can Zend_Registry > replace Zend_Session? > > Thanks > -- > View this message in context: > http://www.nabble.com/Zend_Registry-and-Zend_Session-tp16537508p16537508.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
