On Tue, Dec 13, 2011 at 12:23 AM, h3 <hainea
...@gmail.com> wrote:
> I tried and double checked the given possibilities and ended up
> finding that cookies were diabled on my phone..
> Would be nice if there was a hint about this in the debug page.
That's a good idea. It looks like we're actually capturing that
information in the middleware itself -- see REASON_NO_CSRF_COOKIE in
django/middleware/
csrf.py -- but not doing anything with it in the
debug page.
Can you open a ticket so that we don't forget?
Thanks,
Jacob