How to reset the timeout value so that a user will be automatically logged out from the Administrator GUI after the timeout period?

How to reset the timeout value so that a user will be automatically logged out from the Administrator GUI after the timeout period?

book

Article ID: KB0070041

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Resolution:
1. set "tibcoadmin.isSessionTimeoutEnabled" to true in file tibcoadmin_domainname.tra. 
2. set the "session-timeout" field in <tibco_home>/administrator/domain/<domain>/tomcat/conf/web.xml.

 <!-- ==================== Default Session Configuration ================= -->
    <!-- You can set the default session timeout (in minutes) for all newly   -->
    <!-- created sessions by modifying the value below.                       -->
    <session-config>
        <session-timeout>1</session-timeout>
    </session-config>
 <!-- ====================End of  Default Session Configuration ================= -->

 
NOTE: Before making any changes make backup of <tibco_home>/administrator/domain/<domain>/tomcat/conf/ folder.

Issue/Introduction

How to reset the timeout value so that a user will be automatically logged out from the Administrator GUI after the timeout period?