I am storing a session in a websocket event but then when I try to use it again in an HTTP request it is empty. I printed out the sessions in the websocket and the subsequent HTTP request. After filling the session and printing it, it is a dictionary, but in the http request, it is <FileSystemSession {}> I linked an image. I am using Windows. It seems to store with http requests but not websocket ones.
I am storing a session in a websocket event but then when I try to use it again in an HTTP request it is empty. I printed out the sessions in the websocket and the subsequent HTTP request. After filling the session and printing it, it is a dictionary, but in the http request, it is <FileSystemSession {}> I linked an image. I am using Windows. It seems to store with http requests but not websocket ones.