Hi,

My site (site A) is a referral site that sends leads to advertisers (site B)
on our site.

When the user clicks on one of the advertisers, we drop a cookie on their
machine. The cookie has an expiration date of 30 days.

When the user buys a product and the receipt page is loaded, there is an
image tag pointing to an asp page on Site A.

For instance (<img src="
http://www.siteA.com/roitracker/roitracker.asp?ID=123&price=456&orderNo=789"
width=1 height=1>)

As you can see, we pass 3 parameters. We upload those parameters to our
database.


This code works in Firefox. It only works in IE if we allow permissions for
3rd party cookies. Any ideas how to solve this issue and get around the
security for IE? is there another way that we can fix this issue?

Please advise.

Thanks