|
Posted by cloudcmh@gmail.com on 09/19/06 04:42
mutale82@gmail.com wrote:
> I need to integrate a tracking system with a few clients, the clients
> agree to place <img src="....."> tags but not to place a file on there
> servers.
>
> I need to set a cookie on the visitor computer and when the visitor
> preform an action to read the cookie and send the cookie infotmation to
> my server.
>
> I tried everything, and I cant read the cookie, I can set the cookie
> using a javascript file that I placed on my server.
>
> But to read the cookie and send the information I need to use PHP or
> ASP file, and I cant do that unless the visitor has 3rd party cookies
> enable.
>
> How can I intergrate the systems?
In this case, ur act 3rd part cookie.
3rd part cookie was denied by browser by default.
add a HTTP header named P3P in your HTTP response, like below:
NAME: P3P
VALUE: CP="NOI DSP COR CURa ADMa DEVa PSAa PSDa OUR IND UNI PUR NAV"
Navigation:
[Reply to this message]
|