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
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
The current implementation in plugins/system/languagefilter fails to correctly set the cookie path. This results in multiple language cookies for different paths.
For example, if you enable languages and add a few submenu items, you will see that a language cookie is being set on every sublevel. See this screenshot:
Use the basepath for each application (site|admin) so the language cookie is managed only once per app.
The current implementation in plugins/system/languagefilter fails to correctly set the cookie path. This results in multiple language cookies for different paths.
For example, if you enable languages and add a few submenu items, you will see that a language cookie is being set on every sublevel. See this screenshot:
Use the basepath for each application (site|admin) so the language cookie is managed only once per app.
Example:
https://github.com/nooku/nooku-framework/blob/master/code/libraries/koowa/libraries/dispatcher/authenticator/csrf.php#L125
The text was updated successfully, but these errors were encountered: