Question

Greetings. I have a problem with Remember Me possibility. It didn't remember my login. First of all I checked FormsAuthentication.SetAuthCookie( userName, createPersistentCookie ); in SignIn method. The second parameter is true if I checkbox is cheked. Also I've checked the cookie named .ASPXAUTH ( http://img412.imageshack.us/img412/3585/cookieb.png ). It expires on a day about. But it's not works. If i try open web application after 10 minutes (for example), I will logged out. How can I fix it and how can I enlarge cookie lifetime?

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top