Bug 31250: Add catalogue_editor_ cookie to koha-conf deny list

Test plan:
Add this change to your koha-conf.xml.
Flush, restart.
Test if the cookie is kept now in the interface.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit cf8e560e37)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Marcel de Rooy 2022-07-28 12:52:56 +00:00 committed by Lucas Gass
parent 58eb3713ec
commit bf7a65e13e
2 changed files with 2 additions and 0 deletions

View file

@ -457,6 +457,7 @@ __END_SRU_PUBLICSERVER__
</message_broker>
<do_not_remove_cookie>__KEEP_COOKIE__</do_not_remove_cookie>
<do_not_remove_cookie>catalogue_editor_</do_not_remove_cookie>
<!-- Uncomment lines like hereunder to not clear cookies at logout:
The cookie name is case sensitive.
<do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie>

View file

@ -273,6 +273,7 @@
<vhost></vhost>
</message_broker>
<do_not_remove_cookie>catalogue_editor_</do_not_remove_cookie>
<!-- Uncomment lines like hereunder to not clear cookies at logout:
The cookie name is case sensitive.
<do_not_remove_cookie>KohaOpacLanguage</do_not_remove_cookie>