15 Feb
2024
15 Feb
'24
2:50 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36098 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 162167 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162167&action=edit Bug 36098: Add Koha::Session module to ease session handling This patch adds a Koha::Session module that makes it easier to work with Koha sessions without needing the full C4::Auth module. Test plan: 0. Apply the patch 1. Run the following unit tests: prove ./t/db_dependent/Auth.t prove ./t/db_dependent/Auth_with_cas.t prove ./t/db_dependent/Koha/Session.t 2. Observe that they all pass -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.