Thread
:
Sessions way of life
View Single Post
#
2
(
permalink
)
05-21-2008, 05:58 PM
kuba
Junior Member
Join Date: Mar 2008
Posts: 26
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
kuba
View Public Profile
Send a private message to kuba
Find all posts by kuba