I recently changed the root password (SSH), and now PHP's sessions don't work properly. I did not change the path of the sessions, I know that for a fact.
Here's the error I'm receiving:
Warning: Unknown: open(/var/lib/php/session/sess_utto82hjqi9mk4d1hdoahbgf80, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
Is there some way to fix this?