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 I change from the http authenticated state to websocket, I cannot send my session id to websocket through the Get parameter, so I cannot authenticate and obtain the data in the original session. If there was a way to get the session from the session id, I would be able to use
When I change from the http authenticated state to websocket, I cannot send my session id to websocket through the Get parameter, so I cannot authenticate and obtain the data in the original session. If there was a way to get the session from the session id, I would be able to use
in a middleware specifically for websocket connections, And use
in websocket to get the data in the session
The text was updated successfully, but these errors were encountered: