Is it possible for a 3rd party script to write cookies to the user's computer?
For example, if affiliate.example.org includes:
<script type="text/javascript" src="http://me.example.com/cookiemonster.js"></script> I want to provide an affiliate with a script, to hopefully write a cookie on their clients' machines; ideally we would want to control the script ourselves. However, before trying this, I just thought I would see if it is even possible.
Of course, the other option would be for us to provide the actual script for the affiliate to put directly onto their site.