[Koha-bugs] [Bug 17427] Replace CGI::Session with Data::Session

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 7 13:35:52 CEST 2021


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

--- Comment #28 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
JSON serialization does not work (when SessionStorage=tmp), selenium tests from
bug 28489 are failing.

With longblob:
    #   Failed test 'logged-in-branch-name set - SessionStorage=mysql,
branchname=Test2❤️'                
    #   at t/db_dependent/selenium/regressions.t line 306.                      
    #          got: 'Test2â¤ï¸Â'                                           
    #     expected: 'Test2❤️'      

With longtext:
    #   Failed test 'logged-in-branch-name set - SessionStorage=tmp,
branchname=Test2❤️'
    #   at t/db_dependent/selenium/regressions.t line 306.
    #          got: 'Test2â¤ï¸'
    #     expected: 'Test2❤️'

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


More information about the Koha-bugs mailing list