On Mon, Jun 6, 2011 at 6:57 AM, Aidan <[email protected]> wrote: > I'm having trouble with the Django Admin. My login page appears ok at > http://127.0.0.1:8000/admin but when I try to login with a valid > username or password the page seems to refresh - it reappears with > text boxes empty. It doesn't display any errors on the page (logging > in with invalid username / password brings up all the red errors you'd > expect). >
I have seen this (though not with admin -- with a custom site login form) when somehow two sessionid cookies have been set. Using the browser tools to delete the sessionid cookies and try again allows login. I don't believe we've tracked down yet how the multiple sessionid cookies are getting set. Karen -- http://tracey.org/kmt/ -- 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.

