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 a straightforward way to programmatically access session, session id? Is there is a concise and straightforward instruction on this and working demo scripts in JSON and Python? Regards. David 2009/1/19 Andrew Ingram <[email protected]> > > 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 for the first > request won't be returned until the session data has been written > successfully - which means there are no sync issues. Is the same true of > the memcached-based backend? i.e is the response delayed until there is > some confirmation that the cache has been written to? > > Regards, > Andrew Ingram > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

