Run PHP as user breaks PHP session handling

Hey Jamie,

The problem with William's SquirrelMail is that he's got the run PHP as user wrapper enabled--which causes PHP to try to write to /var/lib/php/session as the user (only root and apache have write permission there).

I believe the solution will have to be to set the value "session.save_path" in the users php.ini file to a directory they can read/write (either something in their home or /tmp).

Status: 
Closed (fixed)