Remove Session Properties node
Removes properties from the session. The session properties may have been set by a Set Session Properties node elsewhere in the flow.
If a specified key is not found in the list of session properties it is added to the session upon successful authentication, no error is thrown, and evaluation continues along the single outcome path.
If a specified key is found,
the evaluation continues along the single outcome path after setting the value of the property to null
.