The default session-path is not working, as we get the error 'Permission denied' (although sessions are added to the directory).
I can make a custom directory per domain to save sessions, but how can I make the default session-path (/var/lib/php/session) accesible for every domain/user?
Chmod 777 didn't help. I guess it has to do with the owner. The current owner is root:root. What would be right?
I can make a custom directory per domain to save sessions, but how can I make the default session-path (/var/lib/php/session) accesible for every domain/user?
Chmod 777 didn't help. I guess it has to do with the owner. The current owner is root:root. What would be right?