michalrudko commented on issue #8382: URL: https://github.com/apache/superset/issues/8382#issuecomment-801926258
If your Superset is not under https, the following setup worked for me: ``` SESSION_COOKIE_SAMESITE = None SESSION_COOKIE_SECURE = False SESSION_COOKIE_HTTPONLY = False ``` Superset v.1.0.1, Chrome 89 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
