Bug 160227 - VERSION cookie not set correctly

r=myk


git-svn-id: svn://10.0.0.236/trunk@126109 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au
2002-07-31 12:46:02 +00:00
parent c5e340b31e
commit 23b18f81aa

View File

@@ -75,8 +75,8 @@ my $product = $::FORM{'product'};
my $cookiepath = Param("cookiepath");
if (exists $::FORM{'product'}) {
if (exists $::FORM{'version'}) {
print "Set-Cookie: VERSION-$product=$::FORM{'version'} ; \
path=$cookiepath ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n";
print "Set-Cookie: VERSION-$product=$::FORM{'version'} ; " .
"path=$cookiepath ; expires=Sun, 30-Jun-2029 00:00:00 GMT\n";
}
}