diff options
author | lpsolit%gmail.com <> | 2005-07-07 18:53:28 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-07 18:53:28 +0000 |
commit | 73270363b7dabda4406b5ab638ead98a951eebeb (patch) | |
tree | d3e22918e622ad6c8196d35882a7686c0a5d787e /query.cgi | |
parent | 8ef93208df4b0c83acb4d24772b7af062d36ec78 (diff) | |
download | bugs-73270363b7dabda4406b5ab638ead98a951eebeb.tar bugs-73270363b7dabda4406b5ab638ead98a951eebeb.tar.gz bugs-73270363b7dabda4406b5ab638ead98a951eebeb.tar.bz2 bugs-73270363b7dabda4406b5ab638ead98a951eebeb.tar.xz bugs-73270363b7dabda4406b5ab638ead98a951eebeb.zip |
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-x | query.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); } } } |