In Flask-Socketio, how can we save the session of the connected client. #1044
Unanswered
neerajdlh74
asked this question in
Q&A
Replies: 1 comment
-
Flask-SocketIO uses the Flask user session, not the session feature provided by python-socketio. The documentation has a section that explains how There is also a video that I recorded that is relevant. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Can someone help me how i can save the session details of the client in Flask-socketio like we do in python-socketio framework? And how i can access it afterwards on request from client or in some other method?
And i also observed saved_session key in request.environ object, how this can be useful?
Beta Was this translation helpful? Give feedback.
All reactions