State true or false -- HttpSession.setMaxInactiveInterval() can manage the inactivity lease period on a per-session basis.

Skill/Topic: Fundamentals
A) True
B) False
Explanation: Typically, a default inactivity lease period for all sessions is set within your JSP engine admin screen or associated properties file. However, if your JSP engine supports the Servlet 2.1 API then the above feature is supported.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions