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:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user