How can you set a cookie on a different Domain that is calling my site with a javascript call? It works in FF3, but not in IE6.
My server is called from a javascript tag on a seperate site and domain. The result returns javascript that populates their page with data (it's a widget). I am trying to set a cookie using domain=".mydomain.com" and path="/". It works for Firefox, but won't work in IE. It works fine in IE if I test the javascript call from my own domain.
Does anyone know how to get cross domain cookie setting to work in IE, using Rails?