How is it possible to read the third party cookies if u have a valid p3p policy set in place
I have a server side application that sets the third party cookie and whenever the client visit any site with my js file attached to it, i want to read the values of my third party cookie
Is it possible to read it from client side as my server side can read the value of this third party cookie
I have a server side application that sets the third party cookie and whenever the client visit any site with my js file attached to it, i want to read the values of my third party cookie
Is it possible to read it from client side as my server side can read the value of this third party cookie
Comment