<session:get-last-accessed-time> appears to just return the current time!
Which is kind of useless as I could do that with the time() function.
I am testing this by simply doing the following:
<?xml version="1.0">
<?xml-stylesheet href="NULL" type="application/x-xsp"?>
<xsp:page xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:session="http://www.axkit.org/2002/XSP/BasicSession"
xlmns:xsp="http://apache.org/xsp/core/v1"
<xsp:logic>
print time();
</xsp:logic> <br/>
<session:get-last-accessed-time as="long" /> <br />
<session:get-creation--time as="long" /> <br />
</xsp:page>
and I get a result of:
1114514439
1114514439
1114514117
Is there a way to get it to return the last-accesed time, as in the time
before the current one?
--
Tom David Kirkpatrick
Virus Bulletin Web Developer, Virus Bulletin
Tel: +44 1235 555139
Web: www.virusbtn.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]