Bug 29915: Changes for get_session and check_cookie_auth
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 24 Jan 2022 13:08:01 +0000 (13:08 +0000)
committerKyle Hall <kyle@bywatersolutions.com>
Thu, 17 Mar 2022 15:37:57 +0000 (11:37 -0400)
commit97c9e2db9bce7c5b3c2f885ae714409bb41f3b3c
tree9e8c6206194ed20c0eaba08cc473e6a833d0cbb2
parente094828905c89c3631456a17e49c047de9125b4b
Bug 29915: Changes for get_session and check_cookie_auth

If we look for an existing session, do not create a new one.
Found a bug in the unset_userenv calls. For this moment
changing the calls in Auth here. Later fix goes to bug
29954.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Auth.pm