Zend frem work different session for admin and front end
Posted
by user319198
on Stack Overflow
See other posts from Stack Overflow
or by user319198
Published on 2010-04-19T11:40:01Z
Indexed on
2010/04/19
11:43 UTC
Read the original article
Hit count: 230
zend-framework
Hi,
Its my 1st App using ZF. As our client requirement i have made separate admin and front panel. Without using Zend_Acl. I have problem when session expires it always takes me on front end log in page . I have tried to solve it by session but it's using single session for both admin anf front panel. I there any way so i can create separate session for both admin and front panel ?
© Stack Overflow or respective owner