• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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