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.

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠