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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
