Skip to content

Commit

Permalink
Enable secure cookies in web configuration (#113)
Browse files Browse the repository at this point in the history
A new line has been added to the web.xml file to ensure that cookies are marked as secure.
  • Loading branch information
Gcolon021 authored Jul 8, 2024
1 parent 98ff360 commit 7288249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions war/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<session-config>
<cookie-config>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
</session-config>
</web-app>

0 comments on commit 7288249

Please sign in to comment.