Already using HTTP Request sampler and HTTP Cookie Manager together. Works well. JSESSIONID cookie is sent for all HTTP Requests.
After some debugging, it seems like the server side websocket is returning a 401 when WebSocket Sampler tries to connect to it. Thus It doesn't appear WebSocket Sampler uses the JSESSIONID from the HTTP Cookie Manager. Are there plans to support that? Is there a workaround?
Note that I've successfully used WebSocket Sampler to drive load before we enabled authentication. It's only since I need to pass the cookie that it is failing.