Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What is the default timeout length of time in ASP?

Community Beginner ,
Dec 15, 2009 Dec 15, 2009

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!

TOPICS
Server side applications
434
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Dec 15, 2009 Dec 15, 2009

The default timeout for an ASP session is 20 minutes.

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

Translate
LEGEND ,
Dec 15, 2009 Dec 15, 2009

The default timeout for an ASP session is 20 minutes.

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 15, 2009 Dec 15, 2009
LATEST

Thank you! Perfect!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines