[Koha-bugs] [Bug 36098] Create Koha::Session module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 15 03:50:46 CET 2024


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

--- Comment #1 from David Cook <dcook at 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.


More information about the Koha-bugs mailing list