Search code examples
asp-classicremember-me

Add "Remember me" option to Classic ASP website


I need to add a "remember me" check to a Classic ASP web login form.

How I can keep users logged for weeks or months, despite the Application Pool recycling, and when users restart your browser?

The site is on a server with iis8.

Thanks.


Solution

  • I found these information that solved my doubts:

    What is the best way to implement "remember me" for a website?

    The definitive guide to form-based website authentication

    Finally, I'll opt for doing what it says on this website: http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice/