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

Push updated docs to pythonhosted.org/Flask-Session #88

Closed saschat closed 2 years ago

saschat commented 6 years ago

Those docs still say to from flask.ext.session import Session which clearly does not match the docs in this repo.

saschat commented 6 years ago

@reebr flask-session does not replace sessions from Flask but allows you to use different backends such as Memcached or Redis with sessions.

yrro commented 2 years ago

Dupe of #129

saschat commented 2 years ago

@yrro I would say it is the other way around ;-)