Configuring session timeout for Talend MDM Web UI - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Linux
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
Available in...

Data Fabric

MDM Platform

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.