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

Firefox Loads Expires not as 365 but as session #68

Open
jasperf opened this issue Jan 25, 2021 · 0 comments
Open

Firefox Loads Expires not as 365 but as session #68

jasperf opened this issue Jan 25, 2021 · 0 comments

Comments

@jasperf
Copy link

jasperf commented Jan 25, 2021

When we set the cookie to expire in 365 days

this.$cookies.set('cookies:analytical', this.conversionTracking, '365d')

Firefox Developer loads it set as session. This whereas Chrome does load the 365 days. Somehow cookies work and are set well and work for Chrome allowing it to load social media content with cookies set, but Firefox not so much..

Do know our custom cookies load from subdomain and Laravel cookies from main domain it seems. And then Lax is perhaps not working on FF and we need none and secure..? But why I see session and not 365 days is very odd as well Any ideas?

Chrome vs Firefox

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

No branches or pull requests

1 participant