T
tshad
I have the following in my web.config in my application root.
<forms name="staffing"
loginUrl="/applicant/EELogin.aspx"
timeout="400"
protection="All"
path="/" />
I assumed this meant the session would be valid for 400 minutes. Is this
correct?
I seem to find my session cookies gone after about 20-30 minutes, however.
Do I have to do something else to make this timeout longer?
Also, when is the timeout refreshed?
On each new page or on each postback?
What about refreshing a page?
Thanks,
Tom
<forms name="staffing"
loginUrl="/applicant/EELogin.aspx"
timeout="400"
protection="All"
path="/" />
I assumed this meant the session would be valid for 400 minutes. Is this
correct?
I seem to find my session cookies gone after about 20-30 minutes, however.
Do I have to do something else to make this timeout longer?
Also, when is the timeout refreshed?
On each new page or on each postback?
What about refreshing a page?
Thanks,
Tom