in reply to Re: Re^3: Not able to set and retrieve cookie
in thread Not able to set and retrieve cookie
He was telling you that when you do print $query->header(-cookie=>$newcookie); Thats already going to print out the content-type so you don't need the following line at all. print "Content-type: text/html\n\n";
|
|---|