You would like to shorten or extend the Messaging Gateway (SMG) Control Center login session timeout.
Component : Control Center
Version: 10.9.0 and later
The Control Center web application session timeout can be set from the admin command line (CLI) on the Control Center host using the cc-config command:
cc-config session-timeout --timeout [minutes]
The default session timeout is 30 minutes and the current timeout settings can be displayed by running cc-config --status
cc [10.9.0-3]> cc-config --status | grep timeout
session timeout is default (30 minutes).
cc [10.9.0-3]> cc-config session-timeout --timeout 60
Restarting Controlcenter
Stopping controlcenter (via systemctl): [ OK ]
Starting controlcenter (via systemctl): [ OK ]
cc [10.9.0-3]> cc-config --status | grep timeout
session timeout is 60 minutes.