I need to give my user a web interface to change the session timeout interval. So, different installations of the web application would be able to have different timeouts fo
Is there a way to set the session timeout programatically
There are basically three ways to set the session timeout value:
session-timeout in the standard web.xml file ~or~session-timeout value (and thus configuring it at the server level) ~or~But note that the later option sets the timeout value for the current session, this is not a global setting.