Hi all,
I'm working on an app that sends a link with a query string to an email address. It works fine for everyone but hotmail users. The reason for this is because hotmail appends my link to another link like so: (My link is in red.)
.http%3a%2f%2fwww%2ekinetica%2dmedia%2ecom%2fcustomer_index%2easpx%3fbf_name%3dENR00001%26cust_id%3dotheranton%40hotmail%2ecom%26ebatch_id%3d36
It wouldn't display my content and such.
I've corrected it so that it will seperate the link and pull my variables from referral link then, recreate the and redirect to it. But that only worked on one of my 2 computers.
I then found that hotmail uses a cookie or session in it's redirection. I set my browsers to accept cookies from my website and now it's all good.
Now the Question. How do I create a compact privacy statment?
On most users browsers (default config), it blocks third party cookies without one of these policies so if I can make one I'll be all set.
Also What is the difference between first and third party cookies?
Any Help would be much appreciated.
Thanks All
^\A7/^
I'm working on an app that sends a link with a query string to an email address. It works fine for everyone but hotmail users. The reason for this is because hotmail appends my link to another link like so: (My link is in red.)
.http%3a%2f%2fwww%2ekinetica%2dmedia%2ecom%2fcustomer_index%2easpx%3fbf_name%3dENR00001%26cust_id%3dotheranton%40hotmail%2ecom%26ebatch_id%3d36
It wouldn't display my content and such.
I've corrected it so that it will seperate the link and pull my variables from referral link then, recreate the and redirect to it. But that only worked on one of my 2 computers.
I then found that hotmail uses a cookie or session in it's redirection. I set my browsers to accept cookies from my website and now it's all good.
Now the Question. How do I create a compact privacy statment?
On most users browsers (default config), it blocks third party cookies without one of these policies so if I can make one I'll be all set.
Also What is the difference between first and third party cookies?
Any Help would be much appreciated.
Thanks All
^\A7/^