Skip to content

Commit

Permalink
Add HTTPOnly-Header to Jsessionid
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdl-knoth authored Aug 22, 2024
1 parent 82bc828 commit 090512a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,11 @@
<!-- in the application code, to the value that is configurable -->
<!-- (LoginSessionTimeout in the settings table), with the -->
<!-- default value of 8 hours. -->


<cookie-config>
<http-only>true</http-only>
</cookie-config>

<session-timeout>
10
</session-timeout>
Expand Down

0 comments on commit 090512a

Please sign in to comment.