Skip to content

Commit 2e353ad

Browse files
authored
Merge pull request #3787 from atlanhq/DG-1908
DG-1908 TLS Cookie Without Secure Flag Set Fix
2 parents d2a68b3 + b873d35 commit 2e353ad

File tree

1 file changed

+1
-0
lines changed
  • webapp/src/main/webapp/WEB-INF

1 file changed

+1
-0
lines changed

webapp/src/main/webapp/WEB-INF/web.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
<cookie-config>
140140
<name>ATLASSESSIONID</name>
141141
<http-only>true</http-only>
142+
<secure>true</secure>
142143
</cookie-config>
143144
</session-config>
144145

0 commit comments

Comments
 (0)