Explain "Remember Me" option in ASP.Net Forms Authentication ?
Interview question and answer by:
Akiii | Posted on: 5/9/2012 | Category:
ASP.NET Interview questions | Views: 912 | |
Points: 40
Answer:
ASP.Net Forms Authentication has a feature to allow the application to "Remember Me." This is seen on many login screens with respect to different websites. By default, the only thing this built in checkbox does is determine if the authentication cookie should be persistent or non-persistent . When the checkbox is checked, the cookie will be persistent and live on even the browser is closed until it expires according to its timeout property otherwise the cookie will be non-persistant and will remain only for that session.
Thanks and Regards
Akiii
Found interesting? Add this to: