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
{{ message }}
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
The idea of having a cookie-free domain is that cookies can interfere with asset caching. Therefore, this app setting session cookies defeats the reason for its existence. We should investigate:
Whether the session object can be entirely disabled in Flask.
Whether Nginx can be configured to strip out cookie headers (Cookie in request and Set-Cookie in response).
The text was updated successfully, but these errors were encountered:
The idea of having a cookie-free domain is that cookies can interfere with asset caching. Therefore, this app setting session cookies defeats the reason for its existence. We should investigate:
Cookie
in request andSet-Cookie
in response).The text was updated successfully, but these errors were encountered: