Forums

This topic is locked

How to increase session timeout

Posted 20 Nov 2002 18:46:13
1
has voted
20 Nov 2002 18:46:13 Chris Rowe posted:
I need to increase the default 20 minute timeout to 30 minutes. I'm using MX/ASP/Javascript. I've seen the tutorials for setting a global file but they were for VBScript. Any help is mucho appreciated!

Chris

Replies

Replied 20 Nov 2002 18:58:39
20 Nov 2002 18:58:39 Brent Colflesh replied:
Dear Chris,
Here is a method (at the bottom) found on Google:

www.experts-exchange.com/Web/Web_Languages/ASP/Q_20250846.html

Regards,
Brent

Replied 20 Nov 2002 19:35:20
20 Nov 2002 19:35:20 Dave Blohm replied:
<% Server.ScriptTimeout = 1000 %>

where 1000 = how many seconds you want to allow

Doc
Rangewalk Digital Studios

Reply to this topic