Search

Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts

January 15, 2015

Retain sessions in WildFly 8

Add the persistent-sessions element to your WildFly configuration to keep sessions persistent across redeployments and restarts:

<servlet-container name="default"> <jsp-config/> <persistent-sessions /> <websockets/> </servlet-container>

See https://docs.jboss.org/author/display/WFLY8/Undertow+%28web%29+subsystem+configuration for more information.