Is there a way to make my own site (e.g. by header or js) prevent third party cookies (in my specific case one set by HTTP header of a banner embedded and one set by my twitter widget's javascript) from being set?
This should not affect the user's session (set by HTTP header as expires on session end).
The obvious alternative would be getting rid of those 3rd party includes by letting my server cache the banner and implementing the twitter feed myself using the api, but especially the latter case would mean much more work.