on 02/06/2001 05:41, Curtis Poe at [EMAIL PROTECTED] wrote:
> In this case, I think your code may be at fault. Set the cookie when printing
> the redirect header.
> Here's one way to set a cookie with a redirect header:
>
> #!C:\perl\bin\perl.exe
> use CGI;
> my $cgi = CGI->new;
> my @cookieOut;
Aack! Once again sent to the posted instead of the group. Sigh...
__
Are you perchance using IIS? IIS has a known bug in version 3, 4, and 5 (yup, that's 3
versions!), where it ignores the Set-Cookie: header when combined with a Location:
header.
You can find