0

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!

Roman Motovilov
  • 344
  • 3
  • 5

1 Answers1

1

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

Marcin
  • 215,873
  • 14
  • 235
  • 294