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

Sessions and file upload not working on site preview

J

Jose IgnacioG

Guest
Hello, I have uploaded my website and file uploads and sessions are not working in the site preview. I have check throught phpinfo that sessions and file uploads are enabled. I'm using php.

I'm wondering if this is caused by the parallels site preview or something caused I'm lost here. Sessions seemed to dissapear from one page to another and files are just not recieved.

It works fine in my computer and on other server I tested it.

any help appreciated, thank you.
 
Could you please describe this issue with more details? How we can reproduce it?
 
Hello,

I can start a session in php and set up a variable like:

session_start();
$_SESSION["a"]=2;

I can use it within the current page, but I navigate to a different page it disappear. It's that simple.

Then the other problem it's that I cant upload any file. $_FILES its empty when the data its recieved.

There must be some configuration problem or something like that because all that its tested in a different server and local and of course there is no problem.
 
Back
Top