I just set up PHP 5.5 with Apache on CentOS. I am also running Couchbase to handle Memcached sessions. I have one server running fine. The other keeps trying to save PHP sessions locally. I am not sure why. The PHP configuration has session.save_handler=memcached
and session.save_path="cb.path:11211"
.
The phpinfo page still lists the temporary session path as the "local" option and the handler to files, but get_session_save_path()
returns the Couchbase URL.
How do I find where the local value is being set?