How to set Remember Me in a Login Page

Asked By Caleb 05
03-Nov-09 01:56 AM
Earn up to 0 extra points for answering this tough question.
Hello Frnd's...

Can anyone say how to set Remember Me in login page,When an user login once and check the checkbox that remember me,It should be stored.When he login again by giving username automatically it should fletch his password and make him to login.Aid me frnds to do this process.Awaiting for ur reply Experts...

Tks in Adv....

Caleb05

  Most people do this with cookies

Robbe Morris replied to Caleb 05
04-Nov-09 08:55 AM
Whenever the person logs in, you set some sort of cookie.  Then, when the user hits the site again and is not logged in, you read the value of the cookie and attempt whatever login procedures your site uses.
Create New Account