syazwan0913 opened a new issue #9103: Superset session issue with Remote User authentication URL: https://github.com/apache/incubator-superset/issues/9103 A clear and concise description of what the bug is. ### Expected results Superset update the session from http header when user changed from other browser tab. ### Actual results Superset session still the same user #### How to reproduce the bug 1. Need to have Remote user class in superset_config.py/config.py 2. First tab of browser have Superset application. Second tab have user management application. Both tab use same request header from the same domain for authentication. 3. After other user login on second tab, then refresh the first tab, the first tab should show current user logged in. 4. Somehow Superset still store the previous session and didn't update to current session. ### Environment - superset version: `0.34.0rc1` - python version: `3.6` ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
