Issue: Third party cookies were not sent along in the http POST.
OS: Win7
Browser: IE 9 (Internet Options->privacy->low)
Below is the simple scenario between to sites…FOO and BAR.
- User visits FOO site.
- FOO makes a backend web-service call to BAR to verify few things.
- FOO redirect the user to BAR, it writes persistent cookie in the BAR domain.
- Cookie written in step 3 was not seen at BAR domain.
Any clues.
Thanks