https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28317
--- Comment #35 from David Cook <[email protected]> --- Well, I just looked at CGI::Session::Serialize::default and did a little test using its freeze method. The data ends up looking like this: $D = {'firstname' => 'David','surname' => 'Cook','id' => '1'};;$D I could probably parse that... -- 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/
