8687888990919293949596
if (sso == null) return; // Expire any associated sessions sso.expireSessions(); try { ssoEntryMetadataBackingStore.remove(ssoId); } catch(BackingStoreException ex) { throw new IllegalStateException(ex);
555556557558559560561562563564565
if (sso == null) return; // Expire any associated sessions sso.expireSessions(); // NOTE: Clients may still possess the old single sign on cookie, // but it will be removed on the next request since it is no longer // in the cache }
462463464465466467468469470471472
8788899091929394959697