Opened 14 years ago
Closed 14 years ago
#15970 closed Bug (needsinfo)
Unable to login to django admin with ie8 on multi-level subdomain
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Domain is foo.bar.example.com
I am able to successfully login the django admin site with ie7, FF, Chrome and Safari. I have tested setting SESSION_COOKIE_DOMAIN to the following: "foo.bar.example.com", ".bar.example.com", ".example.com", "example.com"
Note:
See TracTickets
for help on using tickets.
There is not enough information here to know if this is a bug in Django or in IE8. The latter is certainly possible - a quick google reveals this: http://stackoverflow.com/questions/2524251/session-cookies-and-ie-8
So I'm going to resolve as 'needsinfo' - please re-open if you can provide information to show that Django is doing something incorrect. Given that IE8 is going to be quite popular, if it is a bug in IE8 but there is something Django can reasonably to do to work around it, we'd also re-open on that basis.