SLO failure after 15 minutes - SessionNotFound
Cantor, Scott
cantor.2 at osu.edu
Wed Sep 25 10:59:18 EDT 2019
On 9/25/19, 10:47 AM, "users on behalf of Matej Zagiba" <users-bounces at shibboleth.net on behalf of matej.zagiba at fmph.uniba.sk> wrote:
> Everything works nicely first 15 minutes, then logout ends with error - SessionNotFound
Logout plus non-member on list == no real support from me, beyond a cursory glance. Logout is a bright line.
> idp.session.StorageService = shibboleth.ClientPersistentStorageService
That's wrong, it should be shibboleth.ClientSessionStorageService. Whether it's fatal or not, I doubt it.
The IdP only tracks one session per SP per IdP session. The log suggests you have the same SP involved in two separate logins or logouts from the same user in the same session and either the second login overwrote the first but the logout request refers to the first, or the second logout came in after an earlier one that worked.
-- Scott
More information about the users
mailing list