• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

PHP 4.3.10 and session.save_path vs open_basedir

B

BoXie

Guest
Hi,

On Fedora Core 2 with PHP 4.3.10 the session.save_path in /etc/php.ini is set too /var/lib/php/session by default.

But once you install things like Mambo , installers complain they can't write to the session dir. This is because the open.basedir restricts PHP (writing) to the users homedir and /tmp.

Is it safe and best practise to modify /etc/php.ini so that session.save_path is set too /tmp ?
 
Hmm . those threads haven't got much to do with this one.

My question: is it safe to change the session.safe_path to /tmp (any complications with that ?).

And if so ... why can't it be found in Plesk documentation to do so .. since Plesk uses open_basedir's. It should be a common issue.
 
Back
Top