https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160
--- Comment #6 from Chris Cormack <[email protected]> --- (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. _______________________________________________ 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/
