[Koha-bugs] [Bug 28489] CGI::Session is incorrectly serialized to DB in production env / when strict_sql_modes = 0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 5 15:31:15 CEST 2021


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #50 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Looks like there is a 100% working solution using longblob and removing the
encode/decode from the YAML::XS serializer.

Asking for a SO now, but we will need to provide a better solution to embed the
serializer code (having it in C4::Auth is not nice).

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


More information about the Koha-bugs mailing list