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

Regenerating all flask-sessions without logout the users #65

Closed emreceng closed 4 years ago

emreceng commented 7 years ago

Basically what I want to do is to regenerate every session with some new set of keys without having users to log in again. How can I do this?