-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
[Session] How to set session timeout? #5149
Comments
We use flask-appbuilder which uses flask-login, so all you have to do is add these configurations to your If you have time please add an FAQ entry in the docs! |
@mistercrunch OK! |
set |
Is there a way where we can set some alerts before the session timeout ? |
See context from https://stackoverflow.com/questions/34118093/flask-permanent-session-where-to-define-them In superset, you can use |
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.25.5
Expected results
I could set session timeout in config.py, and when the time is out , user should login again.
Actual results
I don't know how to set it
Steps to reproduce
What's your advice?
The text was updated successfully, but these errors were encountered: