Application Load Balancer - third-party cookies in Google Chrome - Stickiness cookie

1

I'm using AWS Application Load Balancer with Stickiness cookie generated by the aws Load balancer. This year (2024), Google Chrome will introduce the "Privacy Sandbox" and will disable third-party cookies: https://developers.google.com/privacy-sandbox/3pcd

To manage this, Google propose the CHIPS (Cookies Having Independent Partitioned State) solution : https://developers.google.com/privacy-sandbox/3pcd/chips

I'd like to know if it's possible to add an optional parameter (Partitioned) to the aws ALB stickiness cookie ?

  • This is a big problem for us right now as well. If you are using an ALB from within a frame of a third party site (we are required to do so, as a plugin to LTI compliant learning management systems like Canvas), your AWSALB-0 cookies will not be sent in chrome when CHIPS is active. I tried setting the cookie myself (i.e. returning a response with the AWSALB cookie's name/value and the Partitioned=True attribute from my target app) but it isn't making it back to the browser, the ALB is rewriting it and sending it without the attribute. This means that ALB stickiness is broken for 1% of our users on chrome, and thus our app is too.

Olivier
已提问 3 个月前423 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则