Control session timeout expiration
Overview
This page provides steps for manually controlling the session timeout expiration of a Matillion ETL instance.
Currently, the default timeout expiration is 180 minutes, but Matillion server administrators can edit this value. For example, your organization may deem a shorter timeout expiration (15 or 30 minutes) to be best practice procedures.
Controlling session timeout expiration
- SSH into your Matillion ETL instance.
- Locate and edit the following file:
/usr/share/emerald/WEB-INF/classes/Emerald.properties
- Locate (or create if it does not already exist) the variable
HTTP_SESSION_TIMEOUT_MINUTES
- The default value is 180 (minutes). Provide a new value if required.
- Save and close the file.
- Finally, restart Tomcat using the following command:
sudo service tomcat restart