I seem to have found a bug in AxKit::XSP::Session. The <session:is-new> tag checks if the session is a newly created one by looking if its creation time is less than 5 seconds away from current time. The line that is supposed to do this is:
site_perl/5.8.0/AxKit/XSP/Session.pm:75 return '$$session{"auth_first_access"} > time()+5;';
The + sign there should be a - (go back, not forward, 5 sec from current time - see if session was created after that).
I don't know how to create patches, hence this message.
--Misha
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
