GRPCRoute.spec.rules[].filters[].responseHeaderModifier.set.spec.rules.sessionPersistence
SessionPersistence defines and configures session persistence for the route rule. Support: Extended
| Field / Type | Description |
|---|---|
absoluteTimeout | AbsoluteTimeout defines the absolute timeout of the persistent session. Once the AbsoluteTimeout duration has elapsed, the session becomes invalid. Support: Extended
|
CookieConfig provides configuration settings that are specific to cookie-based session persistence. Support: Core | |
idleTimeout | IdleTimeout defines the idle timeout of the persistent session. Once the session has been idle for more than the specified IdleTimeout duration, the session becomes invalid. Support: Extended
|
sessionName | SessionName defines the name of the persistent session token which may be reflected in the cookie or the header. Users should avoid reusing session names to prevent unintended consequences, such as rejection or unpredictable behavior. Support: Implementation-specific
|
type | Type defines the type of session persistence such as through the use a header or cookie. Defaults to cookie based session persistence. Support: Core for "Cookie" type Support: Extended for "Header" type
|