Skip to main content Skip to complementary content
Close announcements banner

Configuring session timeout for Talend MDM Web UI

A user session timeout for Talend MDM Web UI is set to 30 minutes by default. The business user or data steward will be redirected to the login page of the Web User Interface after a period of 30 minutes of non-activity.

You can always change this session timeout, if required.

Procedure

  1. Browse to the <Tomcat_folder>\webapps\talendmdm\WEB-INF\web.xml file.
  2. Open the web.xml file in a text editor and search for the following tag:
    <session-config>
        <session-timeout>30</session-timeout>
        <tracking-mode>COOKIE</tracking-mode>
    </session-config>
  3. Change the value of the default session timeout as desired.
  4. Save your modifications.

Results

The new session timeout parameter has been set for users connecting to Talend MDM Web UI.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!