Results 1 to 2 of 2

Thread: Configuration question

  1. #1
    DSMyers is offline Junior Member
    Join Date
    Nov 2005
    Posts
    3

    Thumbs down Configuration question

    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.

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Configuration question

    Quote 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.
    I would think the only place for it would be at the top of index.php as thats run first for every session.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •