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

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