> Because they hard coded it to expire after 50 years. You can change that
> (albeit manually).
[quoted text clipped - 18 lines]
>> </forms>
>> </authentication>
The timeout is used when it's not a persistent cookie. IOW, the boolean parameter
to FormsAuthentication.SetAuthCookie. The docs cover this (except where it
says "Persistent cookies do not time out.". They do time out after 50 years,
as you discovered):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/g
ngrfforms.asp
-Brock
DevelopMentor
http://staff.develop.com/ballen
> So, what good is setting the "timeout" value in the <form> section?
> Maybe you didn't read my post accurately.
[quoted text clipped - 20 lines]
>>> </forms>
>>> </authentication>
Amil - 22 Jul 2005 23:14 GMT
Ahh...yes...now I see. I set the persistant parameter to false and now it
works. Thanks.
Amil
> The timeout is used when it's not a persistent cookie. IOW, the boolean
> parameter to FormsAuthentication.SetAuthCookie. The docs cover this
[quoted text clipped - 31 lines]
>>>> </forms>
>>>> </authentication>