0 Replies Latest reply on Feb 19, 2020 7:46 AM by ali.hamdi

    Wildfly : invalidate all related sesions when a specific session is timeout

    ali.hamdi

      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