|
Posted by Thomas Armstrong on November 7, 2007, 3:44 am
Please log in for more thread options
Hi.
I want to set two cookies to user's web-browser in foo2.com but when
user visits foo1.com. Very similiar to the system used by web
statistics.
I use (within 'http://www.foo1.com/page.html'):
------
<img src="http://www.foo2.com/image.php" />
------
And 'www.foo2.com/image.php' sets the two cookies.
It works ok on Firefox on Linux, but doesn't work with Firefox on MS
Windows and IExplorer. Any similar experience? Thank you very much.
|