0
votes

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:

  • For user panel: site/app/controllers
  • For admin: site/app/admin/controllers

Can any one tell me what is exact way to do this in Zend Framework?

1

1 Answers

2
votes

Have a look at the session persistance. You'll have to use at least one custom namespace.