How can we make a site with two section admin and user panel.
Zend Framework creates single session Zend_Auth for both panels. Which is creating problem in session handling like admin session goes to user panel vise versa.
My folder structure is:
Can any one tell me what is exact way to do this in Zend Framework?
Have a look at the session persistance. You'll have to use at least one custom namespace.