SessionPropertyAddValve
Note
Adds property to a session. Existing properties will have values added.
Only single property can be added.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
name | Name of the new property. | Yes | Yes | |
value | Value of the property. | Yes | Yes |
Example Configuration
{
"name":"SessionPropertyAddValve",
"config":{
"name":"givenname",
"value":"{{item.givenName}}"
}
}
Requirements
A session must be loaded prior to executing this valve.