I have a GWT application that polls tomcat periodically to deliver
notifications into the browser.

This works well, except that the session never times out since the poll
period is much shorter than our tomcat timeout (have set to 15 minutes now).

Is there any way to specify that my PollingServlet does not cause a reset of
the session timeout. Or to have the PollingServlet use a different, perhaps
transient, session?

Thanks for your help.

Michael
-- 
View this message in context: 
http://old.nabble.com/Polling-and-session-timeout-tp27129549p27129549.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to