[Koha-bugs] [Bug 12887] User logged out on refresh after CAS authentication

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 4 15:08:45 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887

--- Comment #4 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
Anyway, the logout occurs because directly after login the ticket parameter is
still in the url. 

When pressing refresh, the page is called again with the ticket parameter,
which will trigger ticket validation, that will fail because the ticket has
already been used, provoking the logout.

A possible fix would be to check if the user is already logged-in and prevent
CAS ticket validation if it is the case.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list