Forums

ASP

This topic is locked

Session.Timeout

Posted 18 Nov 2003 14:45:35
1
has voted
18 Nov 2003 14:45:35 nathan green posted:
When setting a session timeout value of say 60 minutes do iadd the command only to the login page or do i have to add it to all pages using the session variable??

Thanks

Replies

Replied 19 Nov 2003 09:15:23
19 Nov 2003 09:15:23 Billy Griffiths replied:
As far as i know you only need to set the timeout once. This will activate an timeout session on the client side. Everytime the user navigates to a new page the timer will reset and start counting down again. The session will only terminate once there has been NO acivity for the set time. OR if you close the session when the page is closed or wherever you want.

Does this solve your problem?

Xcalibur
Cape Town - South Africa
Replied 19 Nov 2003 16:55:46
19 Nov 2003 16:55:46 nathan green replied:
Thanks.

Reply to this topic