thanksss... I'm testing..but it's an error in bootstrap for using of $request ... we can't use of $request in bootstrap :-/
$auth = Zend_Auth::getInstance();
if ('admin' == $request->getModuleName()) {
$namespace = Zend_Auth_Storage_Session::NAMESPACE_DEFAULT . '_Admin';
$auth->setStorage(new Zend_Auth_Storage_Session($namespace));
}
.
.
.
thanks alot,
shahrzad
