I have to test a web application that is written by spring and jsp. The default session-timeout for the application is 30 min.
I want to reduce the session-timeout. For
Session timeout hierarchy:
$tomcat_home/conf/web.xml
$your_webapp/WEB-INF/web.xml
HttpSession.setMaxInactiveInterval(int)
Each subsequent entry overrides others above.