summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-07 20:53:28 +0200
committerlpsolit%gmail.com <>2005-07-07 20:53:28 +0200
commit73270363b7dabda4406b5ab638ead98a951eebeb (patch)
treed3e22918e622ad6c8196d35882a7686c0a5d787e /query.cgi
parent8ef93208df4b0c83acb4d24772b7af062d36ec78 (diff)
downloadbugzilla-73270363b7dabda4406b5ab638ead98a951eebeb.tar.gz
bugzilla-73270363b7dabda4406b5ab638ead98a951eebeb.tar.xz
Bug 268146: mod_security complain: Invalid cookie format: Cookie value is missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi3
1 files changed, 1 insertions, 2 deletions
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);
}
}
}