FormsAuthentication.SetAuthCookie
Posted
by Miral
on Stack Overflow
See other posts from Stack Overflow
or by Miral
Published on 2009-10-27T12:21:47Z
Indexed on
2010/05/15
23:20 UTC
Read the original article
Hit count: 323
hi we are using FormsAuthentication.SetAuthCookie(profile.Id, false);
Now the question is when does this cookie expires?
It ofcourse expires once i close all the browsers but it doesn't i keep the browser open and i dont know the timelimit.
© Stack Overflow or respective owner