--- On Thu, 1/21/10 at 7:26 AM, Christopher Schultz 
<[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to