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
The timeout period of a cookie. Unit: seconds. Default value: 1000. Valid values: 1 to 86400. NOTE: This parameter takes effect when the sticky_session_enabled parameter is set to true and the sticky_session_type parameter is set to Insert.
Link copied to clipboard
Specifies whether to enable session persistence. Default value: false. Valid values: true, false. NOTE: This parameter takes effect when the server_group_type parameter is set to Instance or Ip.
Link copied to clipboard
The method that is used to handle a cookie. Valid values: Server, Insert.