Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Session.Timeout

Status
Not open for further replies.

schafjoe

Programmer
Dec 16, 2002
20
US
Everybody,
Is there a way to get the "Session.Timeout" value so I can use it in a JavaScript function.

In VBScript, I would call <% Response.write Session.Timeout %>.
 
you'd have to do something like this:

<script type=&quot;text/javascript&quot;>
var sessionTimeout = <%= Session.Timeout %>
</script>

=========================================================
try { succeed(); } catch(E) { tryAgain(); }
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top