SessionUnbindValve
Note
Used to remove secondary identifier, alias, from session.
Removing secondary identifier is instant. No additional operation is required.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| alias | The attribute/parameter where alias value resides. | Yes | Yes |
Example Configuration
{
"name":"SessionUnbindValve",
"config":{
"alias":"{{request.User-Name}}"
}
}
Requirements
A loaded session must exist prior to executing this valve.