Re: How do I change the session timeout?
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Fri, 30 Mar 2007 10:08:33 -0400
re:
The IIS only clears out old sessions once a minute, so the sessions will live up to two minutes.
Have you tested that ? That is not true.
IIS has nothing to do with session length.
Session length is determined by ASP.NET.
And, invariably, if you set the timeout to 1 minute,
at one minute and 1 second after that time, a new session will start.
See my just-sent reply to Steven Cheng and test it yourself.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Göran Andersson" <guffa@xxxxxxxxx> wrote in message news:upuLmHpcHHA.4188@xxxxxxxxxxxxxxxxxxxxxxx
David Thielen wrote:
I tried:
<sessionState timeout="1">
</sessionState>
bounced IIS, and after 1 minute still had a session.
???
The IIS only clears out old sessions once a minute, so the sessions will live up to two minutes.
--
Göran Andersson
_____
http://www.guffa.com
.
- Follow-Ups:
- Re: How do I change the session timeout?
- From: Göran Andersson
- Re: How do I change the session timeout?
- References:
- Re: How do I change the session timeout?
- From: Göran Andersson
- Re: How do I change the session timeout?
- Prev by Date: Re: How do I change the session timeout?
- Next by Date: Re: ASP.net insists on using dbo. to call aspnet_* stored procedures
- Previous by thread: Re: How do I change the session timeout?
- Next by thread: Re: How do I change the session timeout?
- Index(es):
Relevant Pages
|