InlineLbSessionCookieTime1

InlineLbSessionCookieTime1
InlineLbSessionCookieTime1
JSON Example
{
    "cookie_max_idle": 0,
    "cookie_max_life": 0
}
integer As int64 As int64
cookie_max_idle
Optional
Constraints: minimum: 1 maximum: 2147483647

Instead of using HTTP Cookie max-age and relying on client to expire the cookie, max idle time and/or max lifetime of the cookie can be used. Max idle time, if configured, specifies the maximum interval the cookie is valid for from the last time it was seen in a request. It is available for insert mode.

integer As int64 As int64
cookie_max_life
Optional
Constraints: minimum: 1 maximum: 2147483647

Max life time, if configured, specifies the maximum interval the cookie is valid for from the first time the cookie was seen in a request. It is available for insert mode.