Click to See Complete Forum and Search --> : remember me?


raj_2006
07-17-2006, 02:39 AM
Hi All...


I have a query.While login in in this site there is a check box "Remember Me?"

So if i checked this check box then from the next login suppose i dont need to type the username.........right?

It will automatically hold my username as say raj_2006 in the username text box.

Also please tell me what is the logic behind this "Remember Me?" functionality.How the session cookie is holding the username everytime the user login......?

how is it going to be possible?

Please explain me.

Thanks in advance for your heartiest co-operation.

LUV...............Raj

bokeh
07-17-2006, 08:36 AM
Just place a cookie on your client's machine with a token that can be used to identify them and when they arrive at the login page check for the existence and validity of this cookie.

Haafiz Dossa
07-17-2006, 10:22 AM
http://www.webdeveloper.com/forum/showthread.php?t=113811

bokeh
07-17-2006, 10:47 AM
http://www.webdeveloper.com/forum/showthread.php?t=113811
What's your point?