Skip to content
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

bugfix(fe2): remove custom cookie expiration date #2206

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

andrewwallacespeckle
Copy link
Contributor

It was reported that users keep getting the onboarding checklist. While this is not a sure fix, this could fix the issue. We noticed that browsers only allow 400 day cookie expirations, and we were setting it to 999 days. Our cookie plugin already sets a year expiration when no expiration is defined, so this could potentially fix the issue on some browsers. If not, we are at least setting the cookies with an achievable cookie expiration date.

@andrewwallacespeckle andrewwallacespeckle marked this pull request as ready for review April 12, 2024 11:48
@fabis94 fabis94 merged commit 11a04b0 into main Apr 15, 2024
20 of 23 checks passed
@fabis94 fabis94 deleted the andrew/hotfix-potential-cookie-fix-remove-expiration branch April 15, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants