Update web.xml

This commit is contained in:
tesobe-daniel 2024-01-12 16:41:48 +01:00 committed by GitHub
parent b4621db8e6
commit aad724d79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@
<!--set the status of HttpOnly and Secure cookie flags-->
<session-config>
<cookie-config>
<secure>true</secure>
<http-only>true</http-only>
<secure>false</secure>
<http-only>false</http-only>
</cookie-config>
</session-config>