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

PHP Code:
$auth Zend_Auth::getInstance();
$auth->setStorage(new Zend_Auth_Storage_Session()); 
and everything writes automatically :P the you can retrieve the stored user data, read on more in manual
Reply With Quote