Configure inactivity timeout in Hub UI
Learn how to configure the idle timeout for Hub UI sessions by updating the checkIdle parameter under the properties section of the UI configuration file.
Prerequisites:
- Access to the Reltio Console.
- Permission to use the UI Modeler.
The inactivity timeout determines how long a user can remain idle in the Hub UI before being logged out. This behavior is managed using the checkIdle parameter under the properties object of the UI configuration.
- If
checkIdleis not defined, users are not logged out due to inactivity. - If
checkIdleis set totrue, the default timeout is 1800000 milliseconds (30 minutes).
- To set a specific idle timeout, define
checkIdlewith a numeric value in milliseconds. For example,3600000sets the timeout to 1 hour.