Hi,
I have a GET request where session id has to pass. I am successfully extracted the session value from the previous request and replaced in all the required requests. But i noticed that in one request the session value is not showing and session id showing as "SessionId=". Also position of SessionId parameter is showing at the end of the request. Even it is not throwing any error.PFA. In couple of requests same value i have used and it is showing as expected.
Even I tried by adding "escaped.cookie.characters="".,&;" under Runtime in Controller.Properties file. But still no luck.