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 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南