Skip to content

Commit

Permalink
[ALS-6103] Remove path attribute from session-cookie in standalone.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jul 10, 2024
1 parent 320c1ba commit 0a5ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-infrastructure/configs/standalone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
</host>
</server>
<servlet-container name="default">
<session-cookie name="JSESSIONID" path="/" http-only="true" secure="true"/>
<session-cookie name="JSESSIONID" http-only="true" secure="true"/>
<jsp-config/>
</servlet-container>
<filters>
Expand Down

0 comments on commit 0a5ea0e

Please sign in to comment.