You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have first-class support for the flask session cookie using the Partitioned flag to provide support for Chrome's CHIPS and allow sessions to continue to work within iframes.
Related issue with historical context: pallets/werkzeug#2797
Partitioned cookies are now supported in Werkzeug: pallets/werkzeug#2855
It would be nice to have first-class support for the flask session cookie using the
Partitioned
flag to provide support for Chrome's CHIPS and allow sessions to continue to work within iframes.Example usage might be:
The text was updated successfully, but these errors were encountered: