--- On Thu, 1/21/10 at 7:26 AM, Christopher Schultz 
<ch...@christopherschultz.net> wrote:

> 
> If you access the session at all, it counts as a "touch",
> thereby
> extending the life of the session. It's not possible to
> "peek" at the
> session without "touching" it AFAICT.

The Session timeout can be set when the response is being "delivered"
via Session's setMaxInactiveInterval() method without extending the life of the 
Session.

In a JSP:

 <% session.setMaxInactiveInterval(inactiveTimeSecs); %>

- Bob


      

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

Reply via email to