From 73270363b7dabda4406b5ab638ead98a951eebeb Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 7 Jul 2005 18:53:28 +0000 Subject: Bug 268146: mod_security complain: Invalid cookie format: Cookie value is missing #2 - Patch by Marc Schumann r=kiko a=justdave --- query.cgi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index 316d04de7..fa4a791f8 100755 --- a/query.cgi +++ b/query.cgi @@ -100,8 +100,7 @@ if ($userid) { } $dbh->bz_unlock_tables(); } - $cgi->send_cookie(-name => $cookiename, - -expires => "Fri, 01-Jan-2038 00:00:00 GMT"); + $cgi->remove_cookie($cookiename); } } } -- cgit v1.2.3-24-g4f1b