Zend Framework: Writing and Reading Session Data Using Zend Session Namespace
Today I have tried with Session in Zend Framework. Actually Session handling is very simple in Zend Framework. It’s handled very efficiently using Object Oriented Programming. In this article I’m going to discuss some useful techniques of using Zend Framework Session and Session namespace. In Zend framework, you can use both Zend_Session and Zend_Session_Namespace which extends abstract class Zend_Session_Abstract. So these two inherited methods are available in Zend_Session_Abstract automatically.
