CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Where to change session time out?

Print topic Send  topic

Author Message
longvu

Posts: 7
Posted: 12/29/2003, 5:35 AM

Hi,

Where can I change the session timeout using ASP, what is the default timeout?

Thanks in advance. :(
View profile  Send private message
TAiNT

Posts:
Posted: 12/29/2003, 12:49 PM

Hope this link http://www.w3schools.com/asp/asp_ref_session.asp will help you alot ;-)

Example Code
<html>  
<body>  
  
<%    
response.write("<p>")  
response.write("Default Timeout is: " & Session.Timeout & " minutes.")  
response.write("</p>")  
  
Session.Timeout=30  
  
response.write("<p>")  
response.write("Timeout is now: " & Session.Timeout & " minutes.")  
response.write("</p>")  
%>  
  
</body>  
</html>

P.S. Google rulez! :-D
View profile  Send private message
longvu

Posts: 7
Posted: 12/31/2003, 6:35 AM

Thanks, Happy New Year!

I will give it a try.
View profile  Send private message
bvn
Posted: 04/21/2004, 4:31 AM

nbvn

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.