View Single Post
  #2 (permalink)  
Old 05-13-2008, 02:42 PM
kuba kuba is offline
Junior Member
 
Join Date: Mar 2008
Posts: 26
Default

try this:

PHP Code:
// bootstrap file (usually index.php):
// setup application authentication
$auth Zend_Auth::getInstance();
$auth->setStorage(new Zend_Auth_Storage_Session()); 
everything stays in sessions and recovers every request
Reply With Quote