Skip to main content
Participating Frequently
December 15, 2009
Answered

What is the default timeout length of time in ASP?

  • December 15, 2009
  • 2 replies
  • 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 is closed to new replies. Start a new post to keep the conversation going.
Correct answer bregent

The default timeout for an ASP session is 20 minutes.

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

2 replies

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!