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

Allow path in new cookies #200

Open
boenrobot opened this issue Aug 27, 2024 · 0 comments
Open

Allow path in new cookies #200

boenrobot opened this issue Aug 27, 2024 · 0 comments

Comments

@boenrobot
Copy link

I work on a web application where we redirect the user to a language based on geoip. The language in the URL overrides language auto selection, while other geoip based things are still performed.

We also have a way to override the geoip results for testing purposes, by using a cookie, which is where this request comes in...

When the cookie is initially created, it is created with the current path, which in the case of the geoip override means we only do it for the language.

Sure, I can create the cookie, and then click edit and adjust the path, but then it seems like two cookies get created, and trying to delete one deletes both... Not to mention it's an extra step.

It would be nice if the path was simply an option during the initial cookie creation, perhaps along with the rest of the cookie options. Sure, default to the current path in the UI, but let me override it before actual creation.

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