Hi! I've recently implemented http://code.google.com/p/django-registration/ to support user registration and authentication on a project.
I've also created a form in a template that extends ALL other templates on the site. I'm facing the following problem: If I fire the django development server up and enter my login credentials on the site's front page, the login fails with the following message: "Your Web browser doesn't appear to have cookies enabled. Cookies are required for logging in.". What's weird is that I do have cookies enabled. What's even more weird is that ... ... If I try to login AGAIN using the same form on the page that shows me this message, I can login just fine. If I then go to the front page and log out, I can login from the front page without a problem. BUT if I logout, go to a random location on the site, and then back to the front page, I can't login again. The same behavior is present on all pages (~5), except the actual login-page. I've tested on both apache with mod_python and using the Django development server and on several different client computers. Browsers tested: FF 2.0.0.2 and Safari 2.0.0.4. Would greatly appreciate any help! Thanks in anticipation, Gustaf Sjöberg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

