Configuring Session Timeout

Application Configurator UI has default session timeout as 30 minutes. If session remains idle for 25 minutes, you will get a warning to reset the timeout. If the session times out, you can not complete the configuration further or download the configuration already completed. The configuration is not saved, you must download the configuration before session timeout. You can update the default session timeout value by specifying sys.sessionTimeout environment variable, when running the Application Configurator container. The timeout value must be in milliseconds.

Example:

docker run --rm  -p 8087:8087 -p 9998:9998 -e sys.sessionTimeout=3600000  --name amxce_ac amxce_ac:1.0

In this example command timeout of 60 minutes is set.