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:238482 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

