You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a WebSocket connection via JavaScript, jBrowserDriver doesn't send any cookies with the upgrade request, effectively rendering any session state unusable. Also, these requests aren't output in the wire log.
Here is how the sent headers look like in a browser when creating a WebSocket connection (note the sent session cookie):
This is what jBrowserDriver sends:
I've also created a WAR for Tomcat 7 which contains the web-app I tested with: WebSocketTest.zip
The text was updated successfully, but these errors were encountered:
When opening a WebSocket connection via JavaScript, jBrowserDriver doesn't send any cookies with the upgrade request, effectively rendering any session state unusable. Also, these requests aren't output in the wire log.
Here is how the sent headers look like in a browser when creating a WebSocket connection (note the sent session cookie):
This is what jBrowserDriver sends:
I've also created a WAR for Tomcat 7 which contains the web-app I tested with:
WebSocketTest.zip
The text was updated successfully, but these errors were encountered: