summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-03-02 00:42:51 +0100
committermkanat%bugzilla.org <>2009-03-02 00:42:51 +0100
commit60900705412d6512db3eb8bae39da50fc5400a7d (patch)
tree5f35c42527f2514c043deb099ef2eac90b311594 /Bugzilla/Auth
parentb4ab958823eaf0cddb1ce15f8af9ed7539b300cf (diff)
downloadbugzilla-60900705412d6512db3eb8bae39da50fc5400a7d.tar.gz
bugzilla-60900705412d6512db3eb8bae39da50fc5400a7d.tar.xz
Bug 121601: Have logout display index.cgi, not just a message on relogin.cgi.
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'Bugzilla/Auth')
-rw-r--r--Bugzilla/Auth/Persist/Cookie.pm1
1 files changed, 1 insertions, 0 deletions
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;