views:

450

answers:

1

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.

+1  A: 

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

Darin Dimitrov