https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39206 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- (In reply to Marcel de Rooy from comment #4)
names in that cookie). You could add the cookie name to koha-conf.xml to tell Koha to leave it alone. (Look for do_not_remove_cookie in koha-conf.)
That's interesting. One of those configs I think that I've seen but never paid any attention to... Looking at bug 31250 I can see why we went with "do_not_remove_cookie" to create a "keep cookie list", although I suspect the idea was based on the idea that all existing cookies would be set/managed by Koha, which isn't the real world scenario, unfortunately. The "do_not_remove_cookie" list could work well in conjunction with a hard-coded list of Koha cookies. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.