PDA

View Full Version : Remember my ID on this computer


0810
11-27-2002, 02:35 AM
Remember my ID on this computer
Hi how are you?

I would like to have a clue for "remeber me". Once I log in to my site with remember me(click box remeber username and password), I don't have to wirte username. I jsut have to put my password.

Example yahoo e-mail

Remember my ID on this computer when I click it, next time I don't have to put my ID.




Can I have a clue for it??

I would like to do it.

Thanks

Steven_Smith
11-27-2002, 04:18 AM
What you need to do is set a cookie on the users machine. This cookie would store the id of the user. Your website would then check the cookie when the user comes to your site.


http://www.php.net/manual/en/function.setcookie.php

I hope this helps


Steve

:thumbsup: