Re: Timeout settings
Hi!
I think that you have to update file:
modules/Configurator/EditView.php
there should be code like following
//$javascript->addFieldRange("system_session_timeout", "int", $mod_strings['SESSION_TIMEOUT'], TRUE, "", 0, $ini_session_val);
replace $ini_session_val with time in second and you'll be able to change session time directly from Admin/System Settings
corrected code should be like this:
$javascript->addFieldRange("system_session_timeout", "int", $mod_strings['SESSION_TIMEOUT'], TRUE, "", 0, 80000);
Petro Blagodir
petro@blagodir.ua
http://www.blagodir.com
Blagodir Ltd.( SugarCRM - Consultations, Development and Support)
Bookmarks