I'm finishing some work with a site that is mounted on a Zend
Framework. Works ok, but I found a problem related to, what I think is
a session clash between the Zend_Auth of the main page and the admin.

Basically I can't login to both at the same time. Or I have to use
different navegation clients (FireFox and Chrome).

How can I fix this? I found something about setting the namestorage of
one of the Zend_Auth (like below), but that didn't work. Any ideas?

               $auth = Zend_Auth::getInstance();
                $auth->setStorage(new
Zend_Auth_Storage_Session('adminSession'));
                $result = $auth->authenticate($authAdapter);


-- 
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador

--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to