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
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