I want to use memcached to store the PHPSESSID which can be used across shared servers.
I installed memcached on the servers and updated my php.ini as per the memcached settings.
However, I get "Please activate cookies" message on the login page. Am I missing any config settings here?
I guess you are talking about http://www.php.net//manual/en/memcached.sessions.php, session.save_handler=memcached?
Sorry, but I did not use this before and cannot tell if and how that works.
Yes, I am talking about the mentioned memcached. If not that, any idea on how I can manage PHPSESSID across multiple servers?
Log in to post a comment.
I want to use memcached to store the PHPSESSID which can be used across shared servers.
I installed memcached on the servers and updated my php.ini as per the memcached settings.
However, I get "Please activate cookies" message on the login page. Am I missing any config settings here?
Last edit: Chintan 2014-06-19
I guess you are talking about http://www.php.net//manual/en/memcached.sessions.php, session.save_handler=memcached?
Sorry, but I did not use this before and cannot tell if and how that works.
Yes, I am talking about the mentioned memcached. If not that, any idea on how I can manage PHPSESSID across multiple servers?
Last edit: Chintan 2014-06-23