14 May
2021
14 May
'21
2:37 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28317 --- Comment #35 from David Cook <dcook@prosentient.com.au> --- 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.