AWSALB and AWSALBCORS are 3rd party cookies in web

0

Our services are called from the websites of our customers.

We use ALB to balance and forward requests to the final targets.

Some of our services require session stickiness. AWSALB* cookies are created in our own domain, so they are considered 3rd party cookies (which they are, in fact). However, this is huge a problem, since we cannot serve clients with 3rd party cookies blocked in their browsers.

How can we handle this?

Is there a way to keep session stickiness without those cookies?

Thanks in advance.

cburaca
已提問 2 年前檢視次數 6972 次
1 個回答
1
已接受的答案

As you know, ALB supports stickiness with cookie and the cookie could be either ALB generated or Web App generated. If it's not possible to use non of these cookie in your environment, you can think of using NLB instead of ALB. NLB is not for application load balancer and is working at layer 4. But NLB can distribute HTTP traffic and you can use stickiness with source ip address. The other thing you should consider is that Health Check of NLB is not application layer but tcp layer so NLB can't check the health of target group at application layer. If you're OK with source IP stickiness and health check method of NLB is OK to use, you can try to use NLB.

profile pictureAWS
已回答 2 年前

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

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

回答問題指南