From 60900705412d6512db3eb8bae39da50fc5400a7d Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 1 Mar 2009 23:42:51 +0000 Subject: Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi. Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/Auth/Persist/Cookie.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Auth') diff --git a/Bugzilla/Auth/Persist/Cookie.pm b/Bugzilla/Auth/Persist/Cookie.pm index 420bad16b..c533252d3 100644 --- a/Bugzilla/Auth/Persist/Cookie.pm +++ b/Bugzilla/Auth/Persist/Cookie.pm @@ -161,6 +161,7 @@ sub clear_browser_cookies { my $cgi = Bugzilla->cgi; $cgi->remove_cookie('Bugzilla_login'); $cgi->remove_cookie('Bugzilla_logincookie'); + $cgi->remove_cookie('sudo'); } 1; -- cgit v1.2.3-24-g4f1b