Re: Q about cache backend for sessions and clustering

2009-01-21 Thread shi shaozhong
Dear Andrew Ingram, What you are doing is very interesting. I am looking into JSON at client side and Python at server side. I am particularly interested in how to access session objects in JSON and Python, so that both sides know the same sessions to handle. I am using Windows IIS. Is there

Q about cache backend for sessions and clustering

2009-01-18 Thread Andrew Ingram
The new cache backend for sessions in 1.1 looks very promising, I just have a quick question. When running in a cluster, we need to make sure that if a user hops from one server to another that the session data remains in sync between the requests. I know that with the db backend the response