Get Server Groups Group Sticky Session Config
data class GetServerGroupsGroupStickySessionConfig(val cookie: String, val cookieTimeout: Int, val stickySessionEnabled: Boolean, val stickySessionType: String)
Properties
Link copied to clipboard
The timeout period of a cookie. The timeout period of a cookie. Unit: seconds. Valid values: 1 to 86400. Default value: 1000.
Link copied to clipboard
Indicates whether sticky session is enabled. Values: true and false. Default value: false. NOTE: This parameter exists if the StickySession parameter is set to On.
Link copied to clipboard
The method that is used to handle a cookie. Values: Server and Insert.