Cookies with PERL in CGI
Posted: Thu May 19, 2011 7:35 pm
I was able to write the cookies to browsers and see the values in them.
However, I am unable to modify the values in the cookies.
It is impossible to have the following call again:
print $cgi->header(-cookie=>$c, -charset=>'Big5');
$c->bake will simply print the header on HTML page and will not update cookies in browsers.
However, I am unable to modify the values in the cookies.
It is impossible to have the following call again:
print $cgi->header(-cookie=>$c, -charset=>'Big5');
$c->bake will simply print the header on HTML page and will not update cookies in browsers.