phpmyadmin doesn't work if session.save_handler set to memcache
for example
session.save_handler = memcache
session.save_path = "tcp://localhost:11211"
Cannot reproduce your problem with the same settings as yours. I have memcached running and the memcache extension installed. Tested under 4.0.6 and 4.1-dev.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have same problem this is what I have in php info:
session.save_handler memcached memcached
session.save_path localhost:11211?persistent localhost:11211?persistent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you the one who asked this question?
http://stackoverflow.com/questions/18546539/phpmyadmin-doesnt-work-if-session-save-handler-set-to-memcache
Yes
Cannot reproduce your problem with the same settings as yours. I have memcached running and the memcache extension installed. Tested under 4.0.6 and 4.1-dev.
I have same problem this is what I have in php info:
session.save_handler memcached memcached
session.save_path localhost:11211?persistent localhost:11211?persistent
found out what is problem. It's happening when memcached extension is missing.