• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Php on FastCGI and Session IDs

V

varet

Guest
I have a problem, with PHP sessionid on sites.

It is not working properly when i change a site from PHP Apache Module to FastCGI or CGI.


Any suggestion on this problem?
 
which os ?

you need to make the session directory writable for the ftp users, there are other theards about this in this forum ...

on centos we do
Code:
chmod 777 /var/lib/php/session
 
It's really best way to fix it?
I think it is not secure...
 
I've reported this issue in the past too, it's sad to see that Plesk still doesn't fix this by itself.

Maybe in a future version? Anyone from Parallels?
 
Back
Top