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
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