[Koha-bugs] [Bug 19160] CAS Single Log Out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 10 20:43:55 CET 2018


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

--- Comment #6 from Chris Cormack <chris at bigballofwax.co.nz> ---
(In reply to Jonathan Druart from comment #5)

> 
> Another one: from the pod of CGI::Session->find :
> "Experimental feature.
> Note: find() is meant to be convenient, not necessarily efficient. It's best
> suited in cron scripts."

Yes, but it is still a lot faster than opening every session and checking them
all by hand.
It's only called when a user logs out of another application other than Koha,
and only by the CAS server, never by the user. So it is essentially a
background process.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list