|
|
|
|
|
by yoloClin
2432 days ago
|
|
I don't know how AWS and Paypal affiliate links work and if they even send a cookie, or if they just send to a URL with your account ID embedded in the link. You could probably check by using the 'Network' tab in your browsers developer tools, or as other have suggested newer versions of chrome allow testing of this feature. If there are any cookies, you will need to add SameSite=none or similar to the Set-Cookie directives for the cookies which are intended to be shared cross-domain. |
|