Flask-Session sessions not storing when the session is changed inside a websocket #1859
Unanswered
chronosirius
asked this question in
Q&A
Replies: 1 comment 21 replies
-
If you are using Flask 2.2, try a downgrade to 2.1. There is an open issue with Flask 2.2 that I'm currently looking at. See #1856 |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the user press a button and it is supposed to update the session, but it doesn't seem to work. I'm not sure if this is a Flask-SocketIO problem or a Flask-Session, so I am asking here and there. I updated the session inside the websocket event but later when I try to get information from the session from an HTTP request, it isn't there.
Beta Was this translation helpful? Give feedback.
All reactions