This topic is locked

Extending duration of timeout to 1 hour

1/12/2008 1:20:20 AM
ASPRunnerPro General questions
D
dyd author

Hello,
How can I set the duration of session timeout (i.e, automatic logout because of no activity by the user) to 1 hour or more?
Thank you

Sergey Kornilov admin 1/15/2008

This can be changed in IIS setings:

http://xlinesoft.com/articles/session_expired.htm

M
mfred 6/5/2008

I use the following automatic refresh script, which keeps users logged in until the logout or close the page
<meta http-equiv=refresh content="300;">

E
enetsat 2/7/2009

I use the following automatic refresh script, which keeps users logged in until the logout or close the page

<meta http-equiv=refresh content="300;">



Hello mfred dude !!

Where this code is insert ?

thanks very mutch !!