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

Craig cd-ml at aardvark.net.au
Tue Jul 2 23:32:01 CDT 2002


----- Original Message -----
From: "Norman Beresford" <n.beresford at anansi.co.uk>
To: <thelist at lists.evolt.org>
Sent: Tuesday, July 02, 2002 11:34 PM
Subject: RE: [thelist] In ASP, getting remaining time left in
session.timeout


> 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.

I will be setting session.timeout on one page and trying to read the
remaining time from another page.  It wont' be setting session.timeout every
visit to the page.

> 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

Thanks Norman,

Craig.





More information about the thelist mailing list