Description
By default, BILLmanager terminates the user session after 1 hour of inactivity - the system automatically logs out the account. How to edit the session time?
Solution
To configure the session lifetime:
- Connect to the server with the platform via SSH. For more information about connecting via SSH, see Workstation setup.
- Open the config file /usr/local/mgr5/etc/billmgr.conf
- Add the parameter
AuthenLifeTime
with the required value expressed in seconds.
ExampleAuthenLifeTime 7200
Comment - Restart the platform:
/usr/local/mgr5/sbin/mgrctl -m billmgr exit
Useful tips
Related topics:
- Configuration file — read more about the
AuthenLifeTime
parameter