pallets-eco / flask-session

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

Switch from cachelib to flask_caching #122

Closed rayluo closed 4 years ago

rayluo commented 4 years ago

The recent 0.3.2 release seems unreliable. People reported issue #119 the next day.

I received similar report from a repo that I'm maintaining, and one suggestion led to a solution. This PR backport that solution from my fork. It will probably fix #119.

rayluo commented 4 years ago

Alternatively, flask-session can upgrade its cachelib dependency when/if that library releases its next version with its fix.

rayluo commented 4 years ago

Closing this PR because that upstream fix was released 7 hours ago.