Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#13152 closed (fixed)

Test client can't log in if session engine modifies session key

Reported by: Russell Keith-Magee Owned by: nobody
Component: Testing framework Version: 1.1
Severity: 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

The test client login() call currently saves the session *after* writing the test client cookie. However, if the call to save the session modifies the session key, the changes to the session made won't be reflected in the cookie.

Change History (3)

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [12806]) Fixed #13152 -- Ensure the test client saves the session before writing the session key to the cookie, in case the session engine changes the session key.

comment:2 by Russell Keith-Magee, 15 years ago

(In [12807]) [1.1.X] Fixed #13152 -- Ensure the test client saves the session before writing the session key to the cookie, in case the session engine changes the session key.

Backport of r12806 from trunk.

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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