Can the login session timeout for the Messaging Gateway Control Center be changed
search cancel

Can the login session timeout for the Messaging Gateway Control Center be changed

book

Article ID: 223725

calendar_today

Updated On:

Products

Messaging Gateway

Issue/Introduction

You would like to shorten or extend the Messaging Gateway (SMG) Control Center login session timeout.

Environment

Component : Control Center
Version: 10.9.0 and later

Resolution

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

Example

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.