Bug 36092: Pass sessionID at the end of get_template_and_user
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Feb 2024 08:45:45 +0000 (09:45 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 19 Feb 2024 13:41:11 +0000 (14:41 +0100)
commit8b9fcdae28b5cd12225b455902f3c676f7e63ee0
tree9623b64e79614507bb6887ad569a8af494f45578
parent1f815b7b1e61f08403837046eecb1f97c4ede905
Bug 36092: Pass sessionID at the end of get_template_and_user

It seems safer to pass the logged in user and session info at the end of
the sub.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 199b47e51220a22110436a2357481dc89d498537)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Auth.pm