Skip to content

Commit

Permalink
Merge pull request #3788 from atlanhq/DG-1908
Browse files Browse the repository at this point in the history
DG-1908 Added secure in ATLASSESSIONID Cookie.
  • Loading branch information
hr2904 authored Nov 25, 2024
2 parents acd5c3d + b873d35 commit b5dbb95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
<cookie-config>
<name>ATLASSESSIONID</name>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
</session-config>

Expand Down

0 comments on commit b5dbb95

Please sign in to comment.