From eeea115fa62461515076cdd4ec72dabaabd88794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=90=ED=99=8D=EC=84=9D?= <78216059+bayy1216@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:55:31 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]:=20cookie=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 4733297..9998ebe 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -53,6 +53,8 @@ server: cookie: name: NOVELCIA_SESSION max-age: 3600 # 1 hour + same-site: none # react app과 다른 도메인이므로 none + secure: true # https 사용시 쿠키 전송 shutdown: graceful tomcat: connection-timeout: 3s