Using the http_response plugin is showing additional users in our application. Is it possible to configure http_response plugin to write/read cookies to prevent new sessions appearing.
For example in curl we can use:
curl -b cookie.txt -c cookie.txt “http://url”
Which will read/write session variables (JSESSIONID) and thus the requests will only appear as a single user.