At 08:44 AM 9/11/2006 -0500, Jerry Kassebaum wrote:
>In case you are interested, here's what I had for my cookie-maker:
>
>       $GimmeCookie = cookie(-name => 'guest',
>                             -value => "$lastCookie",
>                             -expires => "+16y");
>       print header(-cookie => $GimmeCookie);


Ah so ur using CGI to do it.  I've experienced a lot of weirdness with the
CGI module.  Using it to print a header will totally bomb but doing the
exact same thing with manual print's works.  There also seems to be a
browser component to it, ie IE vs. Netscape.  I've also had it chop
characters when using td() or Tr().  I sniffed the connection to try to
debug the header() problem once and in certain cases, I don't remember which
anymore, there would be extra junk characters in the mix.  





--
REMEMBER THE WORLD TRADE CENTER         ---=< WTC 911 >=--
"...ne cede malis"

00000100

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to