Hi all,

Until now I had call Zend_Session::start() at the beginning of bootstrap file, so far so good.

But now, I would like to add a remember me option on my login form, so if the authentification succeed and the remember me have been checked I call Zend_Session::rememberMe()... But it won’t work because the session is already started!

What do you consider as best practice to deal with this use case?
Where Zend_Session::start() should be called ?

Regards

--
Laurent Melmoux - [EMAIL PROTECTED]
Annecy - France

Reply via email to