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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Page Time to live question.

Status
Not open for further replies.

Elminster

Programmer
Jun 26, 2001
78
CA
I everybody, I not really sure where this post should go so I’ve posted it here and in the VB.NET thread.

I’m building a web site in VB.NET, and I want to configure the “Time to live” of the page. Presently, after a few minutes, the user must re-login. Is there a way to change that value to 30 minutes instead of 5?

Thanks for your help :)
 
in asp, you would set
<% session.timeout = 30 %>

vb.net most likely has similar syntax


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

Part and Inventory Search

Sponsor

Back
Top