I have a Wordpress site set up and have recently started receiving the following PHP warnings at the bottom of the page below the footer.
Warning: Unknown: open(/tmp/sess_ae2e58214af1e2f1d14b233cb766e105, 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 () in Unknown on line 0
Here is what I do know. I created a Wordpress site on a localhost using MAMP and copied the local database to a production environment.
EDIT: This issue is not able to be reproduced faithfully. At one point the warnings were only in chrome, currently they are showing is Safri, but not in both browsers at the same time. I have verified that the /tmp/ folder at the root of the server IS writeable.
HOSTING UPDATE: The hosting company is reporting that there are conflicting session files from similar user names (all wordpress installations we have set up have an "Admin" user).
The suggested solution is to have each installation write session files to its own directroy within the FTP for that site and not to the root of the server.
Any help is appreciated.