Skip to content
Discussion options

You must be logged in to vote

If I were to implement server-side sessions and I revoke all active sessions for that subjectId, does that raise a session changed event in the iFrame?

No, not automatically. The checksession iframe will have an event that is raised whenever the cookie expires because of its age, but the iframe does not perform an HTTP request to IdentityServer to also update the session cookie. Whenever a back-channel logout occurs, or you revoke a server-side session, the session cookie will only be updated (or expired) whenever the user visits IdentityServer in the browser.

If you also use silent renew/login using prompt=none, this does trigger an IdentityServer endpoint which would refresh the sessi…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DoxxableSetanta
Comment options

@wcabus
Comment options

@DoxxableSetanta
Comment options

@DoxxableSetanta
Comment options

Answer selected by DoxxableSetanta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants