Yes, the can.  In fact I am using JSP so I can do session.getID() at
anytime.

But this does not help me as I want to know how long this session has been
active.  I want to be able to store the timestamp for when the session was
invalidated by clicking "exit" so as to be able to calculate how long (on
average) users spend on my site.

Andoni.

----- Original Message -----
From: "Shapira, Yoav" <[EMAIL PROTECTED]>

When the user clicks, does it not go to some page in your system?  Can't
that page just do request.getSession() to get the session and its ID?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to