Re: Auth/Session modules and JSON views

2009-09-23 Thread Alex Gaynor
On Wed, Sep 23, 2009 at 8:58 PM, django_fo...@codechimp.net wrote: > > This is probably a dumb question, but I am working on some JSON views > that I need to apply authentication too.  I thought maybe I could use > the Django built-in auth/session apps to wrapper the JSON View > methods, but when

Auth/Session modules and JSON views

2009-09-23 Thread django_fo...@codechimp.net
This is probably a dumb question, but I am working on some JSON views that I need to apply authentication too. I thought maybe I could use the Django built-in auth/session apps to wrapper the JSON View methods, but when I do testing I am not seeing the session id being sent back. I tried hitting