Hacker News new | ask | show | jobs
Ask HN: How to maintain session along with Websockets?
2 points by subho007 4359 days ago
I am using Flask, Gevent and Websocket for python. How can I use flask session inside the Websocket connection? Rather how will I know that this websocket connection was initiated by this user? If i pass a username as token then anyone can access it with other username also ! Any idea about how that can be solved? I am using * Flask * Flask-Login * SQLAlchemy

Any help?

2 comments

Hi Sub, you are asking for security question I believe. You need to make sure you pass an unpredictable "session" token.