|
 |
asp_web_howto thread: RE: Is there a way to set the timeout length for session variables
Message #1 by "Drew, Ron" <RDrew@B...> on Thu, 27 Jun 2002 16:45:58 -0400
|
|
Will this work?? 3600 is in seconds
<META HTTP-EQUIV=3D"REFRESH" CONTENT=3D"3600">
-----Original Message-----
From: Jeff McFarland [mailto:jeff@s...]
Sent: Thursday, June 27, 2002 3:45 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Is there a way to set the timeout length for
session variables
Is there a way to set the timeout length for session variables right
inside of an .asp page? Or is that an IIS setting? The default is 20
mins (I think), but for a few of my pages, I need that timeout length to
be 1 hr.
Thank you in advance!
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20
Message #2 by "Aaron Fleming" <aaronf@w...> on Thu, 27 Jun 2002 14:46:18 -0400
|
|
<%
Session.Timeout=x
'x = minutes
%>
-----Original Message-----
From: Jeff McFarland [mailto:jeff@s...]
Sent: Thursday, June 27, 2002 3:45 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Is there a way to set the timeout length for
session variables
Is there a way to set the timeout length for session variables right
inside of an .asp page? Or is that an IIS setting? The default is 20
mins (I think), but for a few of my pages, I need that timeout length to
be 1 hr.
Thank you in advance!
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #3 by "Jeff McFarland" <jeff@s...> on Thu, 27 Jun 2002 19:45:20
|
|
Is there a way to set the timeout length for session variables right
inside of an .asp page? Or is that an IIS setting? The default is 20
mins (I think), but for a few of my pages, I need that timeout length to
be 1 hr.
Thank you in advance!
|
|
 |