Skip to content

Commit

Permalink
[Feat]: cookie 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed Aug 30, 2024
1 parent 016051f commit eeea115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeea115

Please sign in to comment.