On Sun, 2011-06-05 at 13:04 -0400, pk899 wrote:
>
> I ran some tests, and it seems one of the issues is that if cookies are
> being set in a page, then the "header(location: xyz)' command does not
> work.
Try setting the location header before setting the cookie:
header('Location: ...');
setcookie('mycookie', ...);
Cliff
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx