You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: