10 Jan
2018
10 Jan
'18
8:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160 --- Comment #6 from Chris Cormack <chris@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.