Bug 14034: Fix logout on refresh for shibboleth
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 18 Sep 2015 08:10:27 +0000 (08:10 +0000)
committerJulian Maurice <julian.maurice@biblibre.com>
Sun, 3 Jan 2016 10:53:54 +0000 (11:53 +0100)
commitf299790bd9b1ff5a27ecd6d86b442ffe81cac8b5
treebcd1fe1a7e6073f9ebc162bff8ddb6ff73d19fbc
parentede83df30b3a8f7c52ae8a2ba6de99fde3117953
Bug 14034: Fix logout on refresh for shibboleth

This is similar to bug 12877

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
While this is missing a detailed test plan, what I did to test was

1/ Login to koha .. it works
2/ Apply patch
3/ Login to koha .. it still works, no regressions. I can't test the
shibboleth part but it doesnt break anything else so I'm happy to sign
off

Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
We had to implement this fix for one of our customers using Shibboleth.
Can verify that it fixes the issue (which, incidentally, breaks
stage-marc-import since that depends on a constant sessionID).

Passing QA (verified with QA tools). Thanks, Martin!

Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
(cherry picked from commit 5c581ccdd0a2fc3ea49d941f2860ac1dd9953007)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Auth.pm