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

Handling cookie in sub-domains #579

Open
aziyatali opened this issue Dec 18, 2023 · 0 comments
Open

Handling cookie in sub-domains #579

aziyatali opened this issue Dec 18, 2023 · 0 comments

Comments

@aziyatali
Copy link

As modern browsers started automatically not-caring the trailing dot, it seems to be chanllenging to handle cookies between enviroments.

When I have domain.com and staging.domain.com, staging.domain.com keep reading the values of the domain.com.
I could handle it by adding env value to the cookie names, but it seems not good approach when I have lots of cookies to manage.

How do you guys handle this case? Do we have hostonly option?

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