Thanks. Basically I want to set a cookie on 1 site ... but then read the same cookie on a different site. Maybe its not exactly 3rd party by def.
----- Original Message ----- From: "Rick Root" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Saturday, April 22, 2006 7:47 PM Subject: Re: 3rd Party Cookie Reading > joe velez wrote: > > > > I would like to be able to have a script run using an embed tag or iframe, etc that can read cookies from another site. > > > > Lets say SITE_A sets a cookie "test" with value "thevalue". > > From SITE_B I would like to read the cookie 'test' and know that the value is "thevalue". > > > > How can this be accomplished? Can it? > > If you set the domain for the cookie to the domain for site B, it can be > read on site B. Of course, then it can't be read on Site A so maybe > that's not what you're looking for. And some security software blocks > "third perty cookies" too. > > Rick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238483 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

