Page 1 of 1

Remember Me script

Posted: Sun Aug 02, 2009 9:17 am
by xtreemBee
Hello, Please can anyone show me how to set up a remember me script with ZF.I'm new to ZF. I already have one which I'v been using which was not written with ZF. I can't seem to figure out how to structure th code using ZF. Heard of Zend_Session's rememberme & forgetme functions, but I can't figure out how to set it all up. recalling the session and all.

I get that i use rememberme after d user logs in and forgetme on logout. but on performing authentication checks, say If the user closes his browser then returns to the site, how to I check and call back the session?

Please help.