You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/13 18:31:12 UTC

[GitHub] [superset] shawnzhu commented on issue #7619: SESSION_REFRESH_EACH_REQUEST parameter is not working with sql queries run in sqllab

shawnzhu commented on issue #7619:
URL: https://github.com/apache/superset/issues/7619#issuecomment-898646294


   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`
   
   I saw the code from Flask where it must make `session.permanent = True` to get expiration time. see https://github.com/pallets/flask/blob/a430c43736ab029b472c9641aa0b6203638391c2/src/flask/sessions.py#L264-L274
   
   So I wonder if this is something can be done in superset codebase


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org