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)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 31 Dec 2015 20:42:11 +0000 (20:42 +0000)
commit5c581ccdd0a2fc3ea49d941f2860ac1dd9953007
treeebcd7c0c6f91829b4459cab670bb36b7f94d7d37
parentc1840b08fbad6d5c55822771d164a8013ba8d4ff
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
C4/Auth.pm