On Tue, 23 May 2000, Jim Serio wrote:
> That's probably because I copied the example verbatim.
it was the perfect way to start, small and simple, the cookie string just
wasn't properly formatted.
> print $query->header(-cookie=>$cookie);
this is a fixup handler? you shouldn't be sending the complete http
header there. you should use $r->headers_out like you did in your
original example. and, use telnet to see what your module is actually
sending, or a log handler that dumps $r->as_string, or Apache::DumpHeaders
(on cpan).