Re: A cookie is not stored

2004-05-05 Thread William McKee
Hi Alejandro, The CGI.pm docs spell out how to use multiple cookies: To create multiple cookies, give header() an array reference: $cookie1 = $query->cookie(-name=>'riddle_name', -value=>"The Sphynx's Question"); $cookie2 = $query->cookie(-name=>'answe

A cookie is not stored

2004-05-04 Thread J. Alejandro Ceballos Z.
I am trying to make a cgi that set two cookies and return to the original page. Almost everything works fine, but only the second cookie is stored, not the first one. If I ask for their values before using header, they have the correct values. In the other hand, if you see, I am using a -locati