Tuesday, April 8, 2014

Active TRIRIGA Session

If you want to keep the TRIRIGA session active for the longer duration, you will have to update the session timeout setting in the web.xml.

TRIRIGA now uses the container's session timeout configuration.  Assuming you are using JBoss, you would edit
"jboss-5.1.0.GA\server\all\deployers\jbossweb.deployer\web.xml"
and modify the "session-timeout" setting to specify the number of minutes you want the session to remain open. Then bounce JBoss.
 
 <session-config>
<!-- two-hour timeout -->
<session-timeout>120</session-timeout>
</session-config>

No comments:

Post a Comment