I just set up php55 with apache on CentOS I'm running couchbase to handle memorycatch sessions. I have a server running fine, trying to save PHP sessions at the local level is not sure why. Phpinfo page still lists the temporary session in php config: session.save_handler = memcached
and session.save_path = "cb.path: 11211"
As the "Local" option, the path and files are handler, but get_session_save_path ()
returns the CouchBase URL.
Local values are being set up, how can I find out?
.
#php_value session.save_handler "files" #php_value session.save_path "/ var / lib / php / session"
This is a type of solution Answer:
When in doubt, grep -lR 'php_value' / etc /
No comments:
Post a Comment