[Koha-bugs] [Bug 12410] Remove useless use of cookies

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 11 13:14:32 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12410

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Cookies are returned to the server, then back to the client.

I do not think we should use them when not needed, here it is only needed
client-side, and can be replaced with local storage.

Also, privacy, useless data going through the network, etc.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list