I'm trying to download a js file from a different domain like main page is from www.abc.com but js file is from www.def.com. www.def.com sets a cookie . All major browsers get the cookie and sends it in the other requests to www.def.com.But
IE sends this cookie to www.abc.com. Cookie has also domain field set www.def.com. Any possible solution?
↧