Session Time Out Settings Using ASP Code

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shane
    Senior Member
    • Jun 2006
    • 264

    Session Time Out Settings Using ASP Code

    In order to set the session timed out limit in ASP one can use below mentioned code:

    <%
    Session.Timeout = 240
    Response.Write("The timeout is: " & Session.Timeout)
    %>

    Thanks.
    Last edited by admin; 08-21-2015, 04:57 AM.
Working...
X