ServerGroupStickySessionConfig

data class ServerGroupStickySessionConfig(val cookie: String? = null, val cookieTimeout: Int? = null, val stickySessionEnabled: Boolean? = null, val stickySessionType: String? = null)

Constructors

Link copied to clipboard
constructor(cookie: String? = null, cookieTimeout: Int? = null, stickySessionEnabled: Boolean? = null, stickySessionType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cookie: String? = null

The cookie to be configured on the server. The cookie must be 1 to 200 characters in length and can contain only ASCII characters and digits. It cannot contain commas (,), semicolons (;), or space characters. It cannot start with a dollar sign ($).

Link copied to clipboard
val cookieTimeout: Int? = null

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: