On Fri, 11 May 2001 17:07:21 , Dan Wolchonok wrote:
>when I try to set a cookie on a client's machine, the print"Set-Cookie: blah
>blah blah comes up in the web browser. I don't know why macperl is assuming
>this is text, and I don't know why it doesn't give it to the browser.
>what could be wrong?
There must be a blank line between the actual headers, and this line.
Therefore, the browser considers this part of the content.
You're not using anyhting like
print "Some-Header: blah blah\n\n";
before this line, are you? (I'm really talkign about the "\n\n" there.)
And IMO this belongs on the CGI mailing list.
--
Bart.