[Koha-bugs] [Bug 28317] Remove CGI::Session::Serialize::yaml dependency by using the default serializer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 12 01:45:42 CEST 2021


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

--- Comment #20 from David Cook <dcook at prosentient.com.au> ---
(In reply to Jonathan Druart from comment #3)
> Why don't we use CGI::Session::Serialize::default instead?

It's a shame that we're losing the YAML serialization. 

As noted on https://metacpan.org/pod/CGI::Session::Serialize::yaml, using YAML
makes it easy to share session data across different languages. 

I have third-party apps that can use Koha session data by parsing the YAML. It
looks like I'll have to think of something much more complicated to deal with
the change in serialization.

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


More information about the Koha-bugs mailing list