Setting Session Timeout Period

Q

Is there a way I can set the inactivity lease period on a per-session basis?

✍: FYICENTER.com

A

Typically, a default inactivity lease period for all sessions is set within your JSPengine admin screen or associated properties file. However, if your JSP engine supports the Servlet 2.1 API, you can manage the inactivity lease period on a per-session basis.

This is done by invoking the HttpSession.setMaxInactiveInterval() method, right after the session has been created.

2007-04-03, 5139👍, 0💬