Kohei Nozaki's blog 

Entries tagged [security]

How to configure WildFly to use secure session cookie and httpOnly


Posted on Wednesday Feb 25, 2015 at 09:00AM in WildFly


Issue following command via jboss-cli:

/subsystem=undertow/servlet-container=default/setting=session-cookie:add(http-only=true,secure=true)