[thelist] In ASP, getting remaining time left in session.timeout

Norman Beresford n.beresford at anansi.co.uk
Tue Jul 2 09:01:01 CDT 2002


Hi Craig

The session timeout is reset every time a new page is requested, so if you
set the session timeout to be 10mins and request the page again in 5mins the
session 'countdown' will be reset to 10mins.  The only way you could do it
is by tracking the time client side and comparing it to the time that the
page was last requested.

Norman




More information about the thelist mailing list