• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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