Python session SAMESITE=None not being set
问题 I am having issues with chrome and SameSite. I am serving a webpage in a shopify iframe and when setting the session using flask-login, chrome tells me this: A cookie associated with a cross-site resource at URL was set without the SameSite attribute. It been blocked, as Chrome now only delivers cookies with cross-site requests if they are set with SameSite=None and Secure . Secure is set, but I tried to set SameSite in all the possible way, but without effect. I tried setting app.config[