Re: Passing cookies around?

2011-06-10 Thread Lucian Nicolescu
I am sure someone already replied to a somewhat similar situation, he advised for using a process called session handoff. Search the discussion history and see if that helps. On Fri, Jun 10, 2011 at 12:26 AM, Roy Smith wrote: > We're using django as a front end to a pre-existing web site > implem

Passing cookies around?

2011-06-09 Thread Roy Smith
We're using django as a front end to a pre-existing web site implemented in PHP. The PHP code has a vaguely RESTful interface, where you can make HTTP calls on it and get back JSON-ized data. The django layer sits in front of that and talks directly to the browser. We're not using any models in d