pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
501 stars 239 forks source link

Prevent sid reuse on redis miss #76

Closed isopropanol closed 6 months ago

isopropanol commented 7 years ago

If there is not an active session associated with the sid of the request, don't reuse the same sid when creating a new session.

Lxstr commented 6 months ago

Thanks for the PR, this feature has now been included.