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":"<new_name>",
"value":"<the value>"
}
}
Requirements
A session is loaded prior to executing this valve.