[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
Mon May 31 13:30:12 CEST 2021


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

--- Comment #6 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Data::Dumper, which the default serializer uses, seems to produce iso-latin-1
strings: https://www.perlmonks.org/?node_id=759457 Our database connection is
configured for utf8mb4 so that could be the issue here. I don't know if we can
fix this from koha code other than by changing the database connection to
iso-latin-1 for the sessions table. Or maybe changing sessions table to
iso-latin-1 could make this work automatically?

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


More information about the Koha-bugs mailing list