Session storage switching problem

I've added this line to switch to mem cache session store

config.action_controller.session_store = :mem_cache_store

that sounds like your memcache server isn't running (at least not on
the port etc. it was expecting to find it on)

Fred