Remember Me script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xtreemBee
Forum Newbie
Posts: 1
Joined: Sun Aug 02, 2009 9:14 am

Remember Me script

Post 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.
Post Reply