This morning I started running a project using Django 1.03 on Apache2
on Ubuntu 9.10, which is running as a Virtual Machine on a Windows XP
system.
I have run the same Django project successfully on a Ubuntu 9.10
system.

However, the VM version insists that IE does not accept cookies.
Firefox and Chrome work fine.

I have checked to make sure that there are no underscores (or dashses)
in my hostname (there are also none in my server name). Not that this
should matter as I have been trying to connect by IP address.
I am not running ZoneAlarm.
IE is set to accept all cookies from the host in question.
I tried setting IE to give me a prompt whenever a cookie was offered
and it did not receive any cookies from the Django login page.
I checked to make sure that the user account I was using was set both
as Active and as Staff.
I have inserted debugging code into django/contrib/auth/views.py to
watch the test cookie in inaction.
I edited my windows hosts file.

These things have not helped.

Does anyone have any suggestions as to what else it might help to try?



Philip Barkow
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to