Website "Remember Me"

  • Thread starter Thread starter TCORDON
  • Start date Start date
T

TCORDON

Can someone give me a sample or point me in the direction of one, on how to
implement User "Remember Me" option when logging into a website?

TIA
 
Usually you put a "cookie" on the user's computer with some reference code
when they log in. That reference code might be used to locate your
individual settings in a database when you visit the site again. The
ASP.NET group could probably give you really specific guidance on how to
implement this in your applications.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top