summaryrefslogtreecommitdiffstats
path: root/relogin.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-xrelogin.cgi4
1 files changed, 4 insertions, 0 deletions
diff --git a/relogin.cgi b/relogin.cgi
index 4bfc133d5..a179bafb7 100755
--- a/relogin.cgi
+++ b/relogin.cgi
@@ -23,6 +23,8 @@
use diagnostics;
use strict;
+use vars %::COOKIE;
+
require "CGI.pl";
@@ -40,6 +42,8 @@ do an action that requires a login, you will be prompted for it.
<p>
";
+delete $::COOKIE{"Bugzilla_login"};
+
PutFooter();
exit;