SessionBindToUidValve
Note
Valve for setting/replacing the primary identifier of a session.
Properties
Name | Description | Default value | Mandatory | Supports property expansion |
---|---|---|---|---|
userid | Source attribute containing the value. | No | Yes |
Example Configuration
{
"name": "SessionBindToUidValve",
"config": {
"userid":"{{item.username}}"
}
}
Requirements
Session must be loaded.
Item set must have at least one entry.