Opened 17 years ago
Closed 17 years ago
#6479 closed (fixed)
Replace hardcoded cookie session name
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Replace the hardcoded cookie session name "sessionid" with
settings.SESSION_COOKIE_NAME.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | 0004-Replace-hardcoded-cookie-session-name.patch added |
---|
comment:1 by , 17 years ago
Component: | Uncategorized → Unit test system |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7058]) Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded "sessionid" in the test client. Thanks, Bastian Kleineidam.