Issue with session APIs using public properties beginning with the same prefix
ID: 885011
Backlog
Published on 8/21/2023
•
Last update on 8/21/2023
Summary
The session API is generating some inconsistencies. The engineering team has identified the bug, the bug is related with properties beginning with the same word.
Simulation
If you make a POST sending 2 public values with the same prefix, the API only receives one. If you try again, making the same POST sending the same 2 values, the API receives both.
Workaround
n/a