vote up 0 vote down star

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.

flag

78% accept rate

1 Answer

vote up 1 vote down check

It will depend on the Timeout property in web.config.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.