Session invalidation method for highly available systems
Configure cookies for session affinity using the following variables.
session/ha/quiesce/customSessionInvalidationMethod
- Value —
configurable-cookie-invalidator
or fully qualified class name of a class implementing the SessionInvalidationMethod in prpublic
- Functionality — Class name of the invalidation method in use
- Set to
configurable-cookie-invalidator
to perform cookie-based invalidation using the value of session/ha/quiesce/cookieToInvalidate
as the name of the cookie to invalidate - Set to the fully qualified name of a class implementing the interface SessionInvalidationMethod in prpublic
session/ha/quiesce/cookieToInvalidate
- Value — Name of the cookie to invalidate
- Functionality — Name of the cookie to invalidate when using the configurable-cookie-invalidator customSessionInvalidationMethod
Related information
Open topic with navigation