http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9401 Bug ID: 9401 Summary: Javascript used for tags handling wants access to CGISESSID cookie Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: gmcharlt@gmail.com Some Javascript used for processing bib record tags in the OPAC and staff interface wants to read the value of the CGISESSID cookie. If it actually needed to, that would be a blocker to making the session cookie be httpOnly (see bug 9102). Fortunately, as it doesn't actually need to know the session key, it suffices to remove the offending code. -- You are receiving this mail because: You are watching all bug changes.