Changing value for session timeout for TIBCO BusinessWorks Collaborator desktop application.

Changing value for session timeout for TIBCO BusinessWorks Collaborator desktop application.

book

Article ID: KB0091200

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks Collaborator -
Not Applicable -

Description

Description:

The value for the session timeout can be changed by giving the desired value for the session timeout in the tag <session-timeout> in the file <Tomcat_Home>\conf\web.xml.

Resolution

By defaut, the inactivity session timeout parameter is set to 30 minutes in <Tomcat_Home>\conf\web.xml. You can change this value to any value in the tag <session-timeout> in the file <Tomcat_Home>\conf\web.xml.

If you want the value for the session timeout to be 40 minutes, change the value '40' in the tag  <session-timeout> in the file <Tomcat_Home>\conf\web.xml.

    <session-config>
        <session-timeout>40</session-timeout>
    </session-config>

After changing the value, the Tomcat server needs to be restarted.

Issue/Introduction

Changing value for session timeout for TIBCO BusinessWorks Collaborator desktop application.