Hi,
I have internet connection with dynamic ip change.
I am getting logout from sugarcrm admin panel as ip address change.
I want to solution to fix this issue.
Any idea?
Best Regards,
Shahab
Hi,
I have internet connection with dynamic ip change.
I am getting logout from sugarcrm admin panel as ip address change.
I want to solution to fix this issue.
Any idea?
Best Regards,
Shahab
Hi Shahab Khan
Disable client IP verification using the following steps:
Once this update has been made, Sugar will no longer log out a user if their IP address changes.
Hi,
SugarCRM saves this setting in config.php or config_override.php file.
So simply set verify_client_ip to false in config_override.php file, like this
$sugar_config['verify_client_ip'] = false;
Hi,
SugarCRM saves this setting in config.php or config_override.php file.
So simply set verify_client_ip to false in config_override.php file, like this
$sugar_config['verify_client_ip'] = false;