Set-Cookie usage

I was curious why this Set-Cookie was being returned in the Http Responses:

Set-Cookie: AWSELB=EF…E2E7;PATH=/;MAX-AGE=9000000

Is this used in some of the Platform SDK’s, Console? Does the REST API every use this cookie?

You do not need to worry about this cookie - it is a server-side thing. We set it to enable sticky sessions (which are optional from your perspective).

Regards,
Mark

Good to know. Thanks