On Wed, Apr 29, 2009 at 3:46 PM, Chris <[email protected]> wrote: > > I thought this would be a common question, but Google doesn't show any > Django-specific solutions. What's the general best practice for > detecting disabled cookies in a single request? >
Maybe this could help: request.session.test_cookie_worked() -- Kind Regards --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

