Server Group Sticky Session Config
data class ServerGroupStickySessionConfig(val cookie: String? = null, val cookieTimeout: Int? = null, val stickySessionEnabled: Boolean? = null, val stickySessionType: String? = null)
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: