It seems that no cookie is set if I do a redirect within the same script on my IIS server.
If I do a meta redirect it works !?
Is this a php issue or combined IIS/PHP issue? Can it be fixed?
What code are you using to do a redirect? Are you using something like
Header("Refresh: 0; URL=$location");
?
If I use that type of redirect it works but not with a header-location redirect