-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set page cache from one day to one hour. #20341
Conversation
Checking composer.lock changes... |
Cypress Accessibility Violations
|
Description
Editors logging in with their PIV cards have found that they are locked out of the CMS with an error relating to browser cookies. It has been determined that the routes requesting the tokens are getting cached when they shouldn't be. As a quick fix we are setting the global page cache time from one day to one hour. We are hoping that this keeps folks from getting locked out of the system waiting for the cache to expire.
Relates to #20339
Testing done
Testing will need to be done in prod with monitoring of datadog and feedback from editors who were having issues with PIV login.
QA steps
What needs to be checked to prove this works?
/admin/config/development/performance
and validate that the Browser and proxy cache maximum age is set to 1 hour.What needs to be checked to prove it didn't break any related things?
Definition of Done
Select Team for PR review
CMS Team
Public websites
Facilities
User support
Accelerated Publishing
Is this PR blocked by another PR?
DO NOT MERGE
Does this PR need review from a Product Owner
Needs PO review
CMS user-facing announcement
Is an announcement needed to let editors know of this change?