I've narrowed it down to memcached... if I set CACHE_BACKEND = 'dummy:///' then the cookies get set properly. What fixed it finally was adding the @vary_on_cookie decorator to the views that need the cookie: http://code.google.com/p/nameremoved/source/browse/trunk/comics/views.py
I hope this helps you! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

