Replies: 1 comment
-
See example from Flask app Configuration Hook and details here #16286 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Set up timeout session for users in Superset Application
Hi, We set up the superset application and we are trying to achieve the application UI timeout session for the users. In config.py file we setup "PERMANENT_SESSION_LIFETIME = 60" for one minute but session timeout for users is not working. The logout for users is not happening automatically and also if we refresh the superset application UI page, it is logging in directly without prompting login page.
These are the timeout session values we passed in config file.
SUPERSET_WEBSERVER_TIMEOUT = 60
PERMANENT_SESSION_LIFETIME = 60
SQLLAB_TIMEOUT = 30
Please help us to fix the timeout session.
Beta Was this translation helpful? Give feedback.
All reactions