Skip to content

Commit

Permalink
Update web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaking committed Jan 12, 2024
1 parent b4621db commit aad724d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Expand Up @@ -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>

Expand Down

0 comments on commit aad724d

Please sign in to comment.