[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2022-11-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 Martin Renvoize changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2022-06-27 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 David Cook changed: What|Removed |Added Resolution|--- |DUPLICATE

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 --- Comment #3 from David Cook --- Actually, I think the key thing is having Koha::Session enforce a number of mandatory session variables. After reviewing C4::Auth::check_api_auth(), C4::Auth::checkauth(),

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 David Cook changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |dc...@prosentient.com.au

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 --- Comment #2 from David Cook --- For instance: Koha::Session->set_user_session({ user => $patron, session => $session, extensions => { desk_id => $desk_id, shibboleth => $shibboleth, }, }); We'd take

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 --- Comment #1 from David Cook --- For instance: Koha::Session->create_user_session({ }); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 28507] Create Koha::Session wrapper to create consistent sessions throughout Koha

2021-06-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28507 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community