• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue session.save_path for integrated phpMyAdmin (Ubuntu 12.04.5, Plesk 12.0.18)

B_P

Regular Pleskian
Dear all,

As I just found out, when using the integrated phpMyAdmin, session files are stored in /tmp (compared to /var/lib/php5 for "normal" webhosting sessions). At least for Ubuntu, this also means that these files will never be removed automatically.
I guess that /opt/psa/admin/conf/php.ini (which is used for the integrated phpMyAdmin installation) should be adapted to set session.save_path accordingly (currently, it is not explicitly set and thus pointing to /tmp).
 
This issue still applies to my server... (Ubuntu 12.04.5 LTS, Plesk 12.5.30 Update #39). Any ideas?
 
You need to define session.save_path in /etc/php5/apache2/php.ini
Check it.
 
Hi B_P,

additional to IgorG recommendation, pls. be informed that IF you use for example additional PHP - versions from "Ondřej Surý" on Debian/Ubuntu - based systems, consider to look for depending php.ini - files as well at "/etc/php/X.X", where "X.X" is the PHP version number.
 
Back
Top