http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12887
--- Comment #4 from Matthias Meusburger <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
