20 Apr
2020
20 Apr
'20
1:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958 --- Comment #10 from Owen Leonard <oleonard@myacpl.org> --- (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.