Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

Breaks if memcache is turned off #89

Closed madebymatty closed 7 years ago

madebymatty commented 7 years ago

Hi,

I'm using LswMemcacheBundle and it works perfect while memcache is on and running but if I switch memcache off it errors and timesout.

It throws an error in the lockingSessionHandler, lockSession.

Thanks

mevdschee commented 7 years ago

Just curious, but what is the behavior you expect when you have the bundle configured to run your sessions and you turn the memcached server off?