AWS SDK for .NET Documentation
CreateAppCookieStickinessPolicy Method (createAppCookieStickinessPolicyRequest)
AmazonAmazon.ElasticLoadBalancingAmazonElasticLoadBalancingCreateAppCookieStickinessPolicy(CreateAppCookieStickinessPolicyRequest) Did this page help you?   Yes   No    Tell us about it...

Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.

This policy is similar to the policy created by CreateLBCookieStickinessPolicy, except that the lifetime of the special Elastic Load Balancing cookie follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.

If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.

NOTE: An application client must receive and send two cookies: the application-generated cookie and the special Elastic Load Balancing cookie named AWSELB. This is the default behavior for many common web browsers.

For more information, see Enabling Application-Controlled Session Stickiness in the Elastic Load Balancing Developer Guide .

Declaration Syntax
C#
CreateAppCookieStickinessPolicyResponse CreateAppCookieStickinessPolicy(
	CreateAppCookieStickinessPolicyRequest createAppCookieStickinessPolicyRequest
)
Parameters
createAppCookieStickinessPolicyRequest (CreateAppCookieStickinessPolicyRequest)
Container for the necessary parameters to execute the CreateAppCookieStickinessPolicy service method on AmazonElasticLoadBalancing.
Return Value
The response from the CreateAppCookieStickinessPolicy service method, as returned by AmazonElasticLoadBalancing.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)