Skip to content
Snippets Groups Projects
Commit c4c957e8 authored by felmer's avatar felmer
Browse files

SSDM-6285: setting for all cookies httpOnly=true and secure=true

parent 487a1ee6
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,10 @@
<Call name="addAliasCheck">
<Arg><New class="org.eclipse.jetty.server.handler.AllowSymLinkAliasChecker"/></Arg>
</Call>
<Get name="sessionHandler">
<Get name="sessionCookieConfig">
<Set name="secure" type="boolean">true</Set>
<Set name="httpOnly" type="boolean">true</Set>
</Get>
</Get>
</Configure>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment