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
preguntada hace 3 meses422 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas