Roman Motovilov
Roman Motovilov

Reputation: 392

How to change AWS sticky sessions cookie name for Load Balancer to a custom name

Is there any way to change AWS sticky sessions cookie name for Load Balancer to a custom name? For example AWSALB -> MY_AWSALB.

enter image description here

I know about Application-controlled session stickiness where I can use application cookies, but I need to use exactly Duration-based session stickiness with my custom name.

Sticky sessions for your Application Load Balancer

Thanks for any help!

Upvotes: 0

Views: 1295

Answers (1)

Marcin
Marcin

Reputation: 238249

Sadly no, you can't change it. You can only customize Application-based stickiness cookie.

Upvotes: 1

Related Questions