Configure a session timeout to automatically log out users after a period of inactivity.
To implement this setting, add the appropriate session timeout parameter to the config_override.php file
For example,
$sugar_config[‘session’][‘timeout’] = 3600
*Logout after 60 minutes