Timeouts Too Short On Sessions.

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
imagineabyss
-


Joined: 22 Apr 2003
Posts: 7

PostPosted: Mon Aug 11, 2003 8:10 pm    Post subject: Timeouts Too Short On Sessions. Reply with quote

IS there a place to control this in Abyss? Or is this inside sellisofts activehtml.

Timeouts of sesssion occur like in 3 mins.
Back to top View user's profile Send private message
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Tue Aug 12, 2003 2:44 pm    Post subject: Re: Timeouts Too Short On Sessions. Reply with quote

imagineabyss wrote:
IS there a place to control this in Abyss? Or is this inside sellisofts activehtml.

Timeouts of sesssion occur like in 3 mins.

This is related to your ASP code: see the following example (taken from http://www.w3schools.com/asp/showasp.asp?filename=demo_gettimeout)

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>
[/code]
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group