On Aug 13, 2007, at 3:55 AM, Ramaiah, Rajaram A K wrote:
Hello,
Our Jetspeed 2.1.2 based portal application requires the following
functionality:
We have a page (URL) that gets refreshed periodically based on a timer
set in the javascript. Now, we don't want this activity (GET URL)
to be
considered as a session activity which means that the session timeout
value should NOT be reset. The user should be logged out if he/she
does
not perform any operation on the portal application for more than the
configured session timeout value, even though the page gets refreshed
periodically.
Appreciate any help to implement this functionality.
Jetspeed's session timeout is based on the servlet container's
session timeout configuration
Every time you make a request to the context, the session inactivity
timer is reset by the servlet container, not Jetspeed
I don't know of anyway to tell the servlet container to differentiate
between a javascript request and user interaction, but this does seem
like a very useful case
Perhaps its a question you can ask on the Tomcat list
There is another feature in Jetspeed that will logout a user after a
configured number of seconds, regardless of their activity, but this
is not exactly what you require either
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]