https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427
--- Comment #76 from Jonathan Druart <[email protected]> --- (In reply to Kyle M Hall from comment #66) > The big blocker is replacing the use of CGI::Session::Find > (https://metacpan.org/pod/CGI::Session#find(-%5C&code-)) in C4::Auth_with_cas Yes, that's a tricky one. And really ugly. First the method is experimental, and then we are looping over all the sessions to retrieve the corresponding one... outch! We could eventually generate the session ID from the CAS ticket (using Koha::Encryption for instance?). Would that work? I am not familiar with CAS! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
