Re: What is the maximum number of minutes for Session timeout?
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Fri, 15 Jul 2005 11:12:36 -0400
See :
http://support.microsoft.com/default.aspx/kb/233477
It's 1440 minutes ( 24 hours ), although setting it to that
amount would run your server to the ground after a few hours.
Holding session values in RAM for 24 hours, if there's
a reasonable amount of traffic to the site, will consume
more RAM than any server could have installed.
Values between 60 and 15 minutes are mostly used.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
>> "John Timney (ASP.NET MVP)" <timneyj@xxxxxxxxxxxxx> wrote in message
>> news:ul66oTlVFHA.2420@xxxxxxxxxxxxxxxxxxxxxxx
>> > If I remember correctly its 365 days, which would be 525,600 minutes.....
>> >
>> > Regards
>> >
>> > John Timney
>> > ASP.NET MVP
>> > Microsoft Regional Director
>> >
>> > "dee" <dee@home> wrote in message
>> > news:uEgd5HlVFHA.3044@xxxxxxxxxxxxxxxxxxxxxxx
>> >> Hi,
>> >>
>> >> What is the maximum number of minutes for Session timeout that I can
>> >> specify in web.config?
>> >> Thanks.
>> >> Dee
.
- References:
- Re: What is the maximum number of minutes for Session timeout?
- From: Donald Scott
- Re: What is the maximum number of minutes for Session timeout?
- Prev by Date: Re: CLR Integration vs DBA
- Next by Date: Re: Debugging ASP in .NET
- Previous by thread: Re: What is the maximum number of minutes for Session timeout?
- Next by thread: Best method to redirect randomly at 10:1
- Index(es):
Relevant Pages
|