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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 10 08:58:54 CEST 2023


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

--- Comment #86 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Jonathan Druart from comment #73)
> Created attachment 150638 [details] [review]
> Bug 17427: Retrieve sessionID from HTTP_COOKIE
> 
> To make some tests pass (t/db_dependent/Auth.t) and mimick what did
> CGI::Session, but that is certainly useless and the tests should be
> adjusted.

This patch fixes some tests but make the sessionID handling very wrong. We
always end up with the same sessionID (even after logout, change user, etc.)

I think we should revert it and remove the related tests.

-- 
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