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.
The following actions are related to this action:
What is rule file? | How to integrate rule with Fluxzy Desktop? | How to integrate rule with Fluxzy CLI?