Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4220 closed (invalid)

Admin cookie problem

Reported by: haku78@… Owned by: Adrian Holovaty
Component: contrib.admin Version: dev
Severity: Keywords: admin, cookies
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have a problem trying to login in the admin interface.
No metter what i do, it always returns this error:
"Looks like your browser isn't configured to accept cookies. Please enable cookies, reload this page, and try again."
Obviously my borowser accepts any othe cookie from any other site!

I work on a Debian Sarge, Apache + mod_python, Django SVN, sqlite3.

Any suggestion

Change History (3)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: invalid
Status: newclosed

Please use IRC or the django-users mailing list for support questions.

comment:2 by anteater_sa, 17 years ago

I had the same problem on Ubuntu... the problem is when php5 is enabled mod_python calculates MD5 wrong. This is what is stopping you from logging in.

Found the bug here:
https://launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/54135

comment:3 by aneater_sa, 17 years ago

Just got round this by disabling mhash in php.ini

Note: See TracTickets for help on using tickets.
Back to Top