Skip to main content
Participating Frequently
December 15, 2009
Answered

What is the default timeout length of time in ASP?

  • December 15, 2009
  • 1 reply
  • 433 views

Hi,

I have an area of a web site that requries a login. Our client wants to know how long someone can be inactive before they are automatically logged out. How long is it, and how do I change it if they want it changed? I see a way to do this in ColdFusion, but not in ASP.

Many thanks!

This topic has been closed for replies.
Correct answer bregent

The default timeout for an ASP session is 20 minutes.

http://www.w3schools.com/asp/asp_sessions.asp

1 reply

bregentCorrect answer
Participating Frequently
December 15, 2009

The default timeout for an ASP session is 20 minutes.

http://www.w3schools.com/asp/asp_sessions.asp

Participating Frequently
December 15, 2009

Thank you! Perfect!