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

Viewed 19

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!

1 Answers
Related