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

custom session_interface + optional SESSION_TYPE: 'custom' #96

Closed bieli closed 7 months ago

Lxstr commented 7 months ago

If you want to use custom session you can subclass ServerSideSessionInterface and then assign using to app.session_interface = CustomSessionInterface(....)

Making an option in the standard API seems potentially confusing unless you fully documented it which would then seem excessive given it can be done already.

Closing as not planned