Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
You can set the session timeout in the <JBOSS_HOME>/server/<server>/deploy/jbossweb-tomcat55.sar/conf/web.xml file.
<session-config>
<session-timeout>60</session-timeout>
</session-config>
When you send a soap request after the session has timed out, a "session expired" notification dialog will be shown.