Skip to content

Commit b873d35

Browse files
committed
Added secure in ATLASSESSIONID Cookie.
1 parent d2a68b3 commit b873d35

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)