From 6bcdaab21e734987ab9b8dfab04cdbdf1efe0e07 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Tue, 18 Jan 2000 14:41:00 +0000 Subject: [PATCH] Footer wasn't displaying new state after clicking "log out". git-svn-id: svn://10.0.0.236/trunk@58094 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/relogin.cgi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/webtools/bugzilla/relogin.cgi b/mozilla/webtools/bugzilla/relogin.cgi index 4bfc133d576..a179bafb70d 100755 --- a/mozilla/webtools/bugzilla/relogin.cgi +++ b/mozilla/webtools/bugzilla/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.

"; +delete $::COOKIE{"Bugzilla_login"}; + PutFooter(); exit;