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
Right now, browser caching is turned on and set to 1 day. This is a blanket policy for all Drupal routes. There is an issue in the queue for Drupal Core: https://www.drupal.org/node/2352009. This is causing an issue with some of the authentication routes being cached, and authentication checks are receiving 403 errors because they are cached. The browser caching policy does not allow individual settings to bubble up and so eve if these routes are set to not be cached in the browser they are still cached.
We will need to test this over time, starting at 3 hours, and reduce the time that pages are cached in the browser one step at a time. While this is happening, we also need to watch the performance dashboard for potential impact on performance.
Since this only affects the browser cache, it will not affect JSON:API, GraphQL, or other APIs.
Acceptance Criteria
CMS users are no longer getting the error message about the cookies in their browser.
The text was updated successfully, but these errors were encountered:
User Story or Problem Statement
Right now, browser caching is turned on and set to
1 day
. This is a blanket policy for all Drupal routes. There is an issue in the queue for Drupal Core: https://www.drupal.org/node/2352009. This is causing an issue with some of the authentication routes being cached, and authentication checks are receiving 403 errors because they are cached. The browser caching policy does not allow individual settings to bubble up and so eve if these routes are set to not be cached in the browser they are still cached.Relevant Links for Context
Steps for Implementation
We will need to test this over time, starting at 3 hours, and reduce the time that pages are cached in the browser one step at a time. While this is happening, we also need to watch the performance dashboard for potential impact on performance.
Since this only affects the browser cache, it will not affect JSON:API, GraphQL, or other APIs.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: