Hello, I'm using centos 5 with php 5.3.0.
I have php installed and set up, in my php.ini I have session.save_path set to "/tmp", I have "/tmp" set to 7777, it's fully writeable. I have a script that uses sessions (in fact, all do) and it doesn't work. A session ID is generated fine but that isn't stored on the server, checking error_log I see the following:
[Sun Nov 01 15:28:55 2009] [error] [client 8x.xx.xx.xx4] PHP Warning: Unknown: Failed to write session data (memcache). Please verify that the current setting of session.save_path is correct (tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15) in Unknown on line 0
What could possibly be causing this? How can I verify that /tmp is in fact writeable by php? It seems that could be the problem but I dunno how to check it...
