Setting Idle Session Timeout Time - trillium_discovery - 17.1

Trillium Administration Center

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Discovery
Version
17.1
Language
English
Product name
Trillium Discovery
Title
Trillium Administration Center
Topic type
Reference
Overview
Configuration
Installation
How Do I
First publish date
2008

When you are idle during a session for a set amount of time, you will receive a session expiring message. The session expiring message is received as a countdown timer of 2-minutes before you are logged out of the application.

You can then either choose to stay logged in or log out of the application. You can configure the idle timeout time in the config.js file.
Tip:
  • The default timeout time is 30 minutes if it is not specified in the config file.
  • You can set the minimum timeout time up to 1 minutes and the maximum timeout time up to 60 minute.

To set the session timeout time

  1. Navigate to the config.js file and open the file.
    • Windows - <installation-path>\MBSW\17\svr
    • UNIX - <installation-path>/metabase/svr
  2. Edit the parameter config.ui.timeout and type the timeout time that you want to set.
  3. Save the changes to the config.js file.
  4. Required: Restart the Trillium Rest APIs service.
    Note: To restart the service, first, stop the service, and then start the service again. For more information on how to start and stop the Rest APIs, refer to Restarting the Trillium Rest APIs Service.
    The idle timeout time is set and you will be logged out of the session after you are inactive for the defined timeout time.