September 8, 2011 8:27:06 AM PDT
Interstage BPM Version: All versions certified to use JBoss 5.1.0
JBoss Version: 5.1.0
Problem Description: The Interstage BPM time-out session duration is actually controlled by the JBoss application server. By default, the session-timeout is set to 30 minutes. Basically this means that an inactive logged in Interstage BPM user will get automatically logged off after 30 minutes of inactivity.
Solution: On JBoss 5.1.0, the session time-out can be changed from the web.xml file located at <JBoss Installation>serveribpmdeployconsole.warWEB-INFweb.xml.
The following property needs to be changed(30 is the default value) from the web.xml file:
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
Author: Marc Bui
Attachment: How_to_Change_the_IBPM_Session_Timeout_Duration.zip