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

--- Comment #1 from David Cook <[email protected]> ---
This is still an issue. I'm tempted to write a patch for it, but I fear that
it'll be too scary for people to test since it's in C4::Auth.

At the moment, it doesn't really affect anyone (except for me with code which
isn't in Koha). We can verify this by running the following in the root git
directory:

grep -l -R "checkauth" --exclude="*.t" --exclude="*.pm" | xargs -n1 grep
"sessionID"

For the most part, nothing gets done with sessionID. The one exception seems to
be opac/external/overdrive/auth.pl but it doesn't actually require auth so it
doesn't go down the bad path in C4::Auth.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to