SessionPropertyAddValve

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":"<new_name>",
			"value":"<the value>"
		}
}

Requirements

A session is loaded prior to executing this valve.