[google-appengine] Re: Memcache errors break session-saving. Should fail silently IMO. Any workaround?

2012-07-09 Thread Per
Hi Joakim, replacing the session with a cookie is unfortunately not an option for us, our web framework stores a lot of stuff in the session. I don't even want to use memcache at all, the session ends up in the datastore anyway, so if I had a choice, I would disable memcache here. It's just bu

[google-appengine] Re: Memcache errors break session-saving. Should fail silently IMO. Any workaround?

2012-07-06 Thread Joakim
If silent failure on write is to be acceptable, we need a way to make sure following requests do not read session from memcache, as it could return an old value. I am unaware of any way to accomplish this reliably without hitting the datastore, at which point you might as well not have the sess