core
core copied to clipboard
Cookies are not sent when redirecting
When I try to set a cookie and then use Flight::redirect, the cookie is not set.
When I set my cookie and then just write
header("Location:$url");
exit(0);
my cookie is correctly set.
Need to see more of your code to determine where the error is.