Hello everyone, I have an issue with form authentication. I want to create remember me functionality. Things seems to work fine cause I can see that the ASPXAUTH cookie is created and the expiry date is one month from now. But for some reason after some time leaving my browser idle, I need to log in again. I am not sure why.
Any idea how I can fix this?
Thanks.