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.
|
|
hi we are using 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.
|
||
|
|
|
|
It will depend on the Timeout property in web.config. |
||
|
|