From 45966a66789b8c452ff826aab8cc521e786bb87a Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 18 Jan 2000 22:41:00 +0000 Subject: Footer wasn't displaying new state after clicking "log out". --- relogin.cgi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'relogin.cgi') 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.

"; +delete $::COOKIE{"Bugzilla_login"}; + PutFooter(); exit; -- cgit v1.2.3-24-g4f1b