Closed bartgryszko closed 11 years ago
Hi Bartosz. I was not able to reproduce the problem you stated with the version you mentioned and the config you posted. The problem cloud be caused by not having memcached running on port 11212 (it fails silently). Try "telnet localhost 11212" to see whether or not you can connect. If you get "connection refused" you have memcached not listening.
Hi,
I'm on Symfony 2.2.1& LswMemcacheBundle is installed. I've tried to run sessions handling on two different servers, but after ie. login, nothing happend – session isn't writed down. If I switch back to file-based-sessions everything seems to work.
My config.yml: