Hi,
Session timeout of HttpSession can be set in web.xml of your application
by adding this:
|<session-config>
<session-timeout>30</session-timeout>
</session-config>
AFAIK Wildfly and EAP6 have session timeout 30 minutes by default, which is same like the
default SSO Idle timeout in Keycloak.
Marek
|
On 13.2.2015 00:20, Mashama McFarlane wrote:
I am using KeyCloak 1.1.0.Final on Wildfly 8.1. I am wondering if it
is possible for the adapter to set the max inactive interval for
servlet container session. In my case I would like the servlet
session timeout to be equal to the SSO session timeout externally
managed and configured through KeyCloak. If doesn't make sense for
the adapter to do this then how can I do it in my application logic?
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user