After adding the session cookie below to standalone.xml, I get a Session Error popup when I access the application.
<servlet-container name="default"> <session-cookie http-only="true" secure="true"/> <jsp-config/> </servlet-container>
How to prevent a Session Error popup.
source share