I need to implement the Remember me option when a user is login to the site.
Is it an option of the browser I have to activate or do I have to store the password and user name within an encrypted cookie ?
Thanks for your help.
The remember me thing is a cookie on the users machine.
If you use the built in .NEt security you can specify if you want that cookie to remain (aka remember me)for a period of time or be deleted when the browser is closed.
Otherwise your going to have to code all this yourself. That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.