Server Group Sticky Session Config Args
data class ServerGroupStickySessionConfigArgs(val cookie: Output<String>? = null, val cookieTimeout: Output<Int>? = null, val stickySessionEnabled: Output<Boolean>? = null, val stickySessionType: Output<String>? = null) : ConvertibleToJava<ServerGroupStickySessionConfigArgs>
Properties
Link copied to clipboard
Link copied to clipboard
The maximum amount of time to wait before the session cookie expires. Unit: seconds. Valid values: 1
to 86400
. Default value: 1000
.
Link copied to clipboard
Specifies whether to enable session persistence. Valid values:
Link copied to clipboard
The method that is used to handle a cookie. Valid values: