Forums

ASP

This topic is locked

global.asa

Posted 17 Jul 2001 11:11:03
1
has voted
17 Jul 2001 11:11:03 Viktor Farcic posted:
I want to put larger session time. I know that this should be done with global.asa file but I never worked with it. How should look like code in global.asa file if I want session variable to last for 30 min.?

Replies

Replied 17 Jul 2001 14:53:24
17 Jul 2001 14:53:24 Joel Martinez replied:
this should do it...
<pre id=code><font face=courier size=2 id=code>
Sub Session_OnStart
session.timeout = 30
End Sub
</font id=code></pre id=code>

Joel Martinez

----------
Is this thing on?....
Replied 17 Jul 2001 14:59:03
17 Jul 2001 14:59:03 Viktor Farcic replied:
Thanks!

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
this should do it...
<pre id=code><font face=courier size=2 id=code>
Sub Session_OnStart
session.timeout = 30
End Sub
</font id=code></pre id=code>

Joel Martinez

----------
Is this thing on?....
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Reply to this topic