Opened 16 years ago

Closed 16 years ago

#6479 closed (fixed)

Replace hardcoded cookie session name

Reported by: Bastian Kleineidam <calvin@…> 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)

0004-Replace-hardcoded-cookie-session-name.patch (887 bytes ) - added by Bastian Kleineidam <calvin@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by Bastian Kleineidam <calvin@…>, 16 years ago

comment:1 by Chris Beaven, 16 years ago

Component: UncategorizedUnit test system
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7058]) Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded "sessionid" in the test client. Thanks, Bastian Kleineidam.

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