Thursday 17 March 2016

Servlet Session timeout hierarchy

Session timeout hierarchy:
  • $tomcat_home/conf/web.xml
  • $your_webapp/WEB-INF/web.xml
  • manual invocation of HttpSession.setMaxInactiveInterval(int)
Each subsequent entry overrides others above.

No comments:

Post a Comment