unrahul
unrahul

Reputation: 1291

How to block iframe cookies?

Is there a way to block iframe cookies,the solution should not be browser specific, I have got to allow/block third party cookies from getting downloaded to the users system depending on his/her consent. Is there any way this can be done.

Upvotes: 2

Views: 757

Answers (1)

yent
yent

Reputation: 1343

Using javascript you can only access to cookies that are valid in your domain and path, so no way to mess with cookies from another domain that way ...

Upvotes: 1

Related Questions