F5 Networks · Schema

CookiePersistenceProfile

A cookie persistence profile that maintains session persistence by inserting or reading HTTP cookies.

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

Properties

Name Type Description
kind string
name string
fullPath string
generation integer
selfLink string
alwaysSend string Whether to always send the cookie.
cookieEncryption string Cookie encryption method.
cookieName string Name of the persistence cookie.
defaultsFrom string Parent profile.
description string
expiration string Cookie expiration time.
hashLength integer Length of the cookie hash.
hashOffset integer Offset for the cookie hash.
httponly string Whether the cookie has the HttpOnly flag.
matchAcrossPools string Whether to match persistence across pools.
matchAcrossServices string Whether to match persistence across virtual servers.
matchAcrossVirtuals string Whether to match persistence across all virtuals.
method string Cookie persistence method.
mirror string Whether to mirror persistence records.
overrideConnectionLimit string Whether to override connection limits for persisted sessions.
secure string Whether the cookie has the Secure flag.
timeout string Persistence timeout in seconds.
View JSON Schema on GitHub