flask-session icon indicating copy to clipboard operation
flask-session copied to clipboard

this module is dead , new updated @ https://flask-sessionstore.readthedocs.io/

Open achaayb opened this issue 2 years ago • 8 comments

achaayb avatar Oct 20 '21 23:10 achaayb

Flask-Session has released 0.4.0 since the Flask-Sessionstore fork was created. It's not dead, it just doesn't have a great deal of development activity. :)

yrro avatar Nov 05 '21 13:11 yrro

For me its dead

miniconda3\lib\site-packages\flask_session\sessions.py", line 220, in _get_preferred_memcache_client
    return memcache.Client(servers)
AttributeError: module 'memcache' has no attribute 'Client'

Thank you for the new module.

eusoubrasileiro avatar Nov 09 '21 13:11 eusoubrasileiro

miniconda3\lib\site-packages\flask_session\sessions.py", line 220, in _get_preferred_memcache_client
    return memcache.Client(servers)
AttributeError: module 'memcache' has no attribute 'Client'

It looks like the memcache that Flask-Session imports is the one provided by the memcache_client distribution package. So maybe try installing that, and make sure you don't have a memcache import package provided by any other distribution package (e.g., https://pypi.org/project/memcache/ which only dates back to 2020, so is definitely newer than Flask-Session).

yrro avatar Nov 13 '21 10:11 yrro

No description provided.

Session Storage Backends for the Flask Web Framework - NO LONGER MAINTAINED

jorgelaranjo avatar Nov 15 '21 11:11 jorgelaranjo

Probably what everybody needs is this. Flask-Caching recommended project

eusoubrasileiro avatar Nov 15 '21 12:11 eusoubrasileiro

Probably what everybody needs is this. Flask-Caching recommended project

https://github.com/pallets-eco/flask-caching for source access.

jorgelaranjo avatar Nov 15 '21 13:11 jorgelaranjo

Probably what everybody needs is this. Flask-Caching recommended project

requirement... meet rock

VeNoMouS avatar Mar 02 '22 22:03 VeNoMouS

FYI, https://github.com/christopherpickering/flask-session2 is a new fork of flask-session that has merged a lot of outstanding PRs. The maintainer (@christopherpickering) is looking for co-maintainers, please reach out to him if you have any time to look after the new fork.

yrro avatar Sep 01 '22 08:09 yrro

Future project ownership discussed here: #156

darless avatar May 05 '23 19:05 darless

Flask-Session is now part of Pallets-Eco, an open source organization managed by the Pallets team to facilitate community maintenance of Flask extensions. Anyone interested in helping maintain this project can ask for commit access in the #flask-session channel on https://discord.gg/pallets.

davidism avatar May 11 '23 15:05 davidism