Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom session_interface + optional SESSION_TYPE: 'custom' #96

Closed
wants to merge 5 commits into from

Conversation

bieli
Copy link

@bieli bieli commented Feb 22, 2019

No description provided.

christopherpickering added a commit to christopherpickering/flask-session2 that referenced this pull request Aug 17, 2022
@Lxstr
Copy link
Contributor

Lxstr commented Feb 26, 2024

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

@Lxstr Lxstr closed this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants