Clear stored session data for a specific domain or all domains.
Evaluation scope defines the timing where this filter will be applied.
requestHeaderReceivedFromClient This scope occurs the moment fluxzy parsed the request header receiveid from client
clearSessionAction
This action has no specific characteristic
The following examples apply this action to any exchanges
Clear all stored sessions.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: ClearSessionAction
Clear session for a specific domain.
rules:
- filter:
typeKind: AnyFilter
actions:
- typeKind: ClearSessionAction
domain: example.com
View definition of ClearSessionAction for .NET integration.
This action has no related action