Hi
Following this thread Wildfly SSO, does it support session timeout and logout?
My case is that I have some webapps that share authentication (SSO)
As I digged in source code and read many threads, I found that this SSO cookie is removed just in case session invalidated (LOGOUT) or that all related HTTP sessions expired.
My request is : How could I invalidate all associated sessions when just one of them is TIMEOUT ?
Thanks