You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SESSION_REFRESH_EACH_REQUEST parameter is not working with sql queries run in sqllab.
We have setup SESSION_REFRESH_EACH_REQUEST in superset config to True to renew PERMANENT_SESSION_LIFETIME after each query in Sqllab.
Expected results
We expect that via setup SESSION_REFRESH_EACH_REQUEST = True , the session lifetime will be renewed with each sql query action in sql lab.
Actual results
At this moment we have configured
PERMANENT_SESSION_LIFETIME = 1800
and SESSION_REFRESH_EACH_REQUEST = True but these two parameters are working together when (in the 30 min time window) we e.g. change the tab in superset. When we are working in SQL Lab the session expires after 30 mins no matter how many queries are executed.
Environment
(please complete the following information):
superset version: [0.28.1]
python version: Python 3.6.8
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
[ X] I have checked the superset logs for python stacktraces and included it here as text if there are any.
[X ] I have reproduced the issue with at least the latest released version of superset.
[X ] I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.89. Please mark this comment with 👍 or 👎 to give our bot feedback!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
It still doesn't work under superset 1.2.0. expected expiration time for cookie session after using PERMANENT_SESSION_LIFETIME and SESSION_REFRESH_EACH_REQUEST
SESSION_REFRESH_EACH_REQUEST parameter is not working with sql queries run in sqllab.
We have setup SESSION_REFRESH_EACH_REQUEST in superset config to True to renew PERMANENT_SESSION_LIFETIME after each query in Sqllab.
Expected results
We expect that via setup SESSION_REFRESH_EACH_REQUEST = True , the session lifetime will be renewed with each sql query action in sql lab.
Actual results
At this moment we have configured
PERMANENT_SESSION_LIFETIME = 1800
and SESSION_REFRESH_EACH_REQUEST = True but these two parameters are working together when (in the 30 min time window) we e.g. change the tab in superset. When we are working in SQL Lab the session expires after 30 mins no matter how many queries are executed.
Environment
(please complete the following information):
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: