Starting a Session
If you want all requests to have a session facilitated by Zend_Session, then start the session in the bootstrap file:
Example #1 Starting the Global Session
- Zend_Session::start();
Example #5 Accessing Session Data
No comments:
Post a Comment