https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24958 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #8 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Jonathan Druart from comment #7)
Should not we use localStorage or sessionStorage instead?
localStorage is not designed for session-only storage, and cookies are. Using localStorage instead of cookies requires a layer of session management that isn't necessary with a cookie. sessionStorage *should* be an option, but it only works for the current tab, and that limitation is not acceptable. -- You are receiving this mail because: You are watching all bug changes.