
Originally Posted by
DSMyers I am attempting to host SugarCRM on a web host that implemented a clustered server environment. They say that I need to provide my own folder for saving session information:
Since Gate.com employs multiple servers in the web hosting cluster, customers cannot use the default PHP session path in /tmp. Instead, sessions will need to be saved in each account’s home directory.
They instruct me to add the following:
session_save_path ('/nfs/cust/8/73/26/462378/web/tmp/');
This line must appear on every PHP page, and it must appear before your session_start line.
Does anyone have a suggestion where I should do this? I was thinking about adding the line to config.php.
Thank you for any help you can provide.
Bookmarks