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.
 
Back
Top