Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: session.use_trans_sid = on

    Some FYI that everyone can use.

    PHP Session.use_trans_sid should be disabled, period.
    Register Globals should be OFF because Zen Cart doesn't need it and OFF gives your site better security.

    If PHP is run as Apache Module

    ## public_html/.htaccess
    php_flag session.use_trans_sid off
    php_value register_globals off


    If PHP is run as CGI

    ## public_html/php.ini
    session.use_trans_sid = off
    register_globals = off

    ---

    DusX, have you spoken with your Hoster about this problem and/or their setup for using PHP sessions?

  2. #2
    Join Date
    May 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: session.use_trans_sid = on

    problem is it is my server.
    so its my problem.
    I guess what I need to know is if there is anything that might cause the 'system inspection' page during install read that PHP session.use_trans_sid = ON even if it is set OFF.

    I upgraded and rebuilt both apache and PHP (so add the CURL SSL support). I have other sites running on the server, and they seem to be fine.
    Are there any settings in the httpd.conf doc that are required for this? Thats the only thing I can figure at this point since it was rebuilt along with apache?

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: session.use_trans_sid = on

    If other sites are working fine then I suspect the problem is here:

    The server has no place to write its session files.
    If you have not already made the "cache" folder writable, please do so now so the installer can continue. Details on making the files writable can be found in the Installation Instructions or in the online FAQs.
    Have another look at your setup, check permissions and settings. There are times, when one has 'root' access, that changes are made while not being the account Owner; but instead being 'root'.

 

 

Similar Threads

  1. PHP session.use_trans_sid = ON
    By wotnow in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 16 Sep 2011, 03:37 AM
  2. PHP session.use_trans_sid = ON
    By Maynards in forum Installing on a Linux/Unix Server
    Replies: 8
    Last Post: 24 Jun 2011, 10:19 AM

Posting Permissions

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