![]() |
Admin 11/14/2005 |
Joe, Session.Timeout = 120
|
K
|
kingrhino 11/15/2005 |
How can you have it never time out. Other than setting the time to some really long number. |
![]() |
Admin 11/15/2005 |
Sessions are expire for good reason. If the setting is too long it can hog up the server's resources and slow everything down. |
|
501263 9/16/2009 |
Joe, you can insert the following line into generated include\commonfunctions.asp file where 120is number of minutes you want the session to live after users's last click. You can insert this just after "vDebug = false" line.
|