Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Connection Timeout IIS

Reply
Thread Tools

Connection Timeout IIS

 
 
Charlotte
Guest
Posts: n/a
 
      01-04-2008

Hi,

the connection timeout in my IIS (webserver in a LAN) is now 600
(600 seconds = 10 minutes)

I want to set the connectiontimeout to 3600 (1 hour)
or
may I set the timeout for 36000 seconds ? (10 hours)

is this advisable ?


 
Reply With Quote
 
 
 
 
Anthony Jones
Guest
Posts: n/a
 
      01-04-2008

"Charlotte" <> wrote in message
news:rQffj.10812$...
>
> Hi,
>
> the connection timeout in my IIS (webserver in a LAN) is now 600
> (600 seconds = 10 minutes)
>
> I want to set the connectiontimeout to 3600 (1 hour)
> or
> may I set the timeout for 36000 seconds ? (10 hours)
>
> is this advisable ?


No. The timeout refers to the length of inactivity on a connection, why
would you want to maintain a connection that is inactive for a full 10 hours
or even a whole hour?


--
Anthony Jones - MVP ASP/ASP.NET


 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      01-04-2008
Charlotte wrote:
> Hi,
>
> the connection timeout in my IIS (webserver in a LAN) is now 600
> (600 seconds = 10 minutes)
>
> I want to set the connectiontimeout to 3600 (1 hour)
> or
> may I set the timeout for 36000 seconds ? (10 hours)
>
> is this advisable ?


Are you talking about Session timeout? Please read this and let us know
specifically which timeout property you are talking about.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      01-04-2008
Charlotte wrote:
> Hi,
>
> the connection timeout in my IIS (webserver in a LAN) is now 600
> (600 seconds = 10 minutes)
>
> I want to set the connectiontimeout to 3600 (1 hour)
> or
> may I set the timeout for 36000 seconds ? (10 hours)
>
> is this advisable ?


Are you talking about Session timeout? Please read this
http://classicasp.aspfaq.com/general...ut-values.html
and let us know
specifically which timeout property you are talking about.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.



 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      01-04-2008
Charlotte wrote:
> Hi,
>
> the connection timeout in my IIS (webserver in a LAN) is now 600
> (600 seconds = 10 minutes)
>
> I want to set the connectiontimeout to 3600 (1 hour)
> or
> may I set the timeout for 36000 seconds ? (10 hours)
>
> is this advisable ?


Are you talking about Session timeout? Please read this
http://classicasp.aspfaq.com/general...ut-values.html
and let us know
specifically which timeout property you are talking about.

As to whether it is advisable, I cannot think of a situation where I
would want to increase a timeout to 10 hours ... any timeout.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
Charlotte
Guest
Posts: n/a
 
      01-04-2008

> Are you talking about Session timeout? Please read this
> http://classicasp.aspfaq.com/general...ut-values.html
> and let us know specifically which timeout property you are talking about.


we've got an admin-page (password-protected - ASP + MDB)
when the user is logged in to do his admin-work

but when he's doing nothing for a period of time
and then after .... minutes, he will do some work again
the script tell's him to login again

witch "time" do i have to increase ?

(sorry for my english)

 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      01-04-2008
Charlotte wrote:
>> Are you talking about Session timeout? Please read this
>>

http://classicasp.aspfaq.com/general...ut-values.html
>> and let us know specifically which timeout property you are talking
>> about.

>
> we've got an admin-page (password-protected - ASP + MDB)
> when the user is logged in to do his admin-work
>
> but when he's doing nothing for a period of time
> and then after .... minutes, he will do some work again
> the script tell's him to login again
>
> witch "time" do i have to increase ?
>

I can only guess. It depends on how the application code is establishing
and maintaining the login period.

If the application code is using Session ID to determine if a user is
signed on or not, then it's Session timeout you need to be looking at.
You definitely do not want to be allowing sessions to be opened for too
long because each session consumes resources on your web server.

In a LAN environment, I'm not sure why you are making your users sign
in. Why not use Windows Authentication and shut off Anonymous access.
This will not solve the problem with sessions timing out but it will
make things a little less annoying for your users.


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      01-04-2008
Charlotte wrote:
>> Are you talking about Session timeout? Please read this
>>

http://classicasp.aspfaq.com/general...ut-values.html
>> and let us know specifically which timeout property you are talking
>> about.

>
> we've got an admin-page (password-protected - ASP + MDB)
> when the user is logged in to do his admin-work
>
> but when he's doing nothing for a period of time
> and then after .... minutes, he will do some work again
> the script tell's him to login again
>
> witch "time" do i have to increase ?
>


This article may also be helpful:
http://classicasp.aspfaq.com/general...to-expire.html

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connection timeout (connection closing after 100 sec ) shmuel witman ASP .Net Web Services 2 12-06-2005 10:59 AM
Timeout::timeout and Socket timeout Mark Probert Ruby 1 10-06-2004 09:30 AM
IIS timeout, IE timeout or what? Just D ASP .Net 2 06-21-2004 09:43 AM
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. Guoqi Zheng ASP .Net 4 06-03-2004 06:39 PM
SQL Server connection string works with IIS 5.1 but not IIS 6 in ASP.NET John Kennedy ASP .Net Security 5 08-14-2003 12:15 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57