SUEXEC and PHP - a question.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eric
    Junior Member
    • Mar 2004
    • 22

    #16
    FYI,

    I created a temp dir under public_html and index.php displays the date and phpinfo();

    An empty php.ini file in the temp dir had no effect -- the phpinfo() looked normal (after just a quick glance).

    I added this to php.ini
    session.use_cookies=off
    and the phpinfo() showed that the change took effect (in both the local and master values).

    I'm on cpanel18.

    Hope that helps...
    Eric

    Comment

    Working...