Hi, I am running my Django project on a remote host (with Apache) and on my current machine (localhost, using "runserver"). Cookies and sessions work fine when the project is served via Apache from the remote host. But for some reasons all of my browsers reject the cookies from the development server (127.0.0.1).
I do not have any SESSION_COOKIE_* or other COOKIE*-settings in my settings.py. I am accessing my local project through 127.0.0.1:8000 (although I've also tried localhost:8000 and localhost.localdomain: 8000). After using wireshark I was also able to see that the cookie is actually being sent, but for some reason neither Firefox nor Chromium seem to accept it. The csrftoken-cookie works as expected (locally and with the remote server). Can anyone suggest a workaround? Regards, Frederik -- 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.

