https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39435 --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Cook from comment #10)
I don't do bot challenges where it's clear it's an authenticated session, so I've had to add in slim/light auth checks, since Koha's existing auth checks are too heavy weight.
If you want to check the passed session id, you will have to check the db..
Btw when I mentioned a plugin based idea, I was thinking more so Perl plugins rather than Koha plugins per se - just because of the slowness of Koha plugins, but something to explore...
See comment6. This plugin is not called via Plugins->call, does not hit the db. So it is always 'enabled' ;) All for speed indeed. -- You are receiving this mail because: You are watching all bug changes.