Hi, I run several sites on localhost. The problem is that for example if I identify on one of the sites, I am identified on all of the sites. Zend_Auth::getInstance()->getIdentity() will for example return the authentication data of site A when i try to login on site B.
I think the only solution is to set a different namespace for Auth module in each site, I guess this is possible, but how ? Thank you for any help! -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Auth-namespace-problem-tp2269963p2269963.html Sent from the Zend Framework mailing list archive at Nabble.com.
