Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2368 closed defect (fixed)

[patch] KeyError when trying to logout more than once

Reported by: Gary Wilson <gary.wilson@…> Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: normal Keywords:
Cc: gary.wilson@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

For example, if you have two tabs open and try to logout in each, you will get a KeyError the second time. logout() should not raise an exception if called more than once.

Attachments (1)

logout.diff (657 bytes ) - added by Gary Wilson <gary.wilson@…> 18 years ago.

Download all attachments as: .zip

Change History (3)

by Gary Wilson <gary.wilson@…>, 18 years ago

Attachment: logout.diff added

comment:1 by Gary Wilson <gary.wilson@…>, 18 years ago

Cc: gary.wilson@… added

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3402]) Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, Gary Wilson

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