cookieTtl property

String? cookieTtl
getter/setter pair

The cookie TTL value for the Set-Cookie header generated by the data plane.

The lifetime of the cookie may be set to a value from 0 to 86400 seconds (24 hours) inclusive. Set this to 0s to use a session cookie and disable cookie expiration.

Required.

Implementation

core.String? cookieTtl;