S
SJ
Hi,
In my website, i have a cookie that allows the user to remain logged in for
upto 90days. So I'm setting the cookie expiration time to 90 days in the
future from the time the user logs in. I've been testing my code and for
some reason, the cookie expires randomly before even 24 hrs has passed.
Yesterday it expired after 11hrs and 20mins.
Any idea why my cookie expiration isn't working?
In case you need them, here are the values of other timeouts in my
machine.config and web.config files:
web.config -- sessionState timeout="60"
machine.config -- forms timeout="60", sessionState timeout="60"
thanks,
-SJ.
In my website, i have a cookie that allows the user to remain logged in for
upto 90days. So I'm setting the cookie expiration time to 90 days in the
future from the time the user logs in. I've been testing my code and for
some reason, the cookie expires randomly before even 24 hrs has passed.
Yesterday it expired after 11hrs and 20mins.
Any idea why my cookie expiration isn't working?
In case you need them, here are the values of other timeouts in my
machine.config and web.config files:
web.config -- sessionState timeout="60"
machine.config -- forms timeout="60", sessionState timeout="60"
thanks,
-SJ.