SessionPropertyAddValve
Adds property to a session. Existing properties will have values added.
Only single property can be added.
Properties
Example Configuration
{
"name":"SessionPropertyAddValve",
"config":{
"name":"givenname",
"value":"{{item.givenName}}"
}
}
Requirements
A session must be loaded prior to executing this valve.