Copy link to clipboard
Copied
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!
The default timeout for an ASP session is 20 minutes.
http://www.w3schools.com/asp/asp_sessions.asp
Copy link to clipboard
Copied
The default timeout for an ASP session is 20 minutes.
http://www.w3schools.com/asp/asp_sessions.asp
Copy link to clipboard
Copied
Thank you! Perfect!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now