https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958
--- Comment #10 from Owen Leonard <[email protected]> --- (In reply to Jonathan Druart from comment #9) > Cookies will be send to the server and back to the client, here we do not > need that. We don't need it, but it's not very burdensome. > What about using localStorage and clear it on logout? Certainly possible, but it requires that we add each session-only localStorage item to a function which runs at logout. My vote is to use the browser feature which most closely matches our requirement. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
