[keycloak-user] Wildfly Client Adapter breaks session persistence

Ryan Slominski ryans at jlab.org
Thu May 23 10:58:14 EDT 2019


It seems session persistence is broken with the Wildfly Client Adapter.   I have:

<persistent-sessions/>

in the standalone.xml file under:

 <servlet-container name="default">

This was set using the command:


.jboss-cli.sh --connect --command="/subsystem=undertow/servlet-container=default/setting=persistent-sessions:add()"

However, if I run the command:

.jboss-cli.sh --connect --command="/deployment=myapp.war:redeploy()"

My authenticated session is lost and I must re-login.  Am I missing something or is this a bug?

Ryan


More information about the keycloak-user mailing list