Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mpdl-develop' into mpdl-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
haarli committed Oct 17, 2024
2 parents 4d28652 + 391f746 commit 25ce7c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,13 @@
<!-- in the application code, to the value that is configurable -->
<!-- (LoginSessionTimeout in the settings table), with the -->
<!-- default value of 8 hours. -->
<session-timeout>
10
</session-timeout>
<cookie-config>
<http-only>true</http-only>
</cookie-config>
<!-- Uncomment the line below to disble `;jsessionid=` in URLs -->
<!-- tracking-mode>COOKIE</tracking-mode -->
</session-config>
Expand Down

0 comments on commit 25ce7c2

Please sign in to comment.