What is Session Timeout?
Session Timeout is a process that automatically prevents user access to a system or application after a period of inactivity.The purpose of timeouts is to lock out unauthorized users when a system is unattended or when someone forgets to log out of an application. [Definition Source: http://its.ucsc.edu/security/policies/glossary.php]
What file to modify for JBoss Server?
You need to modify web.xml file that is withing Jboss Server’s embedded tomcat.
Where is this file located?
\jboss-4.0.5.GA\server\default\deploy\jbossweb-tomcat55.sar\conf\web.xml
Originally posted 2010-08-09 12:47:43.
