Skip to content

Commit

Permalink
dashboard: Fix the bug that cookie may have conflict with web applica…
Browse files Browse the repository at this point in the history
…tions under the same domain (#1443)
  • Loading branch information
zhaoyuguang committed May 6, 2020
1 parent ba39109 commit d84d681
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sentinel-dashboard/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ spring.http.encoding.force=true
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true

#cookie name setting
server.servlet.session.cookie.name=sentinel_dashboard_cookie

#logging settings
logging.level.org.springframework.web=INFO
logging.file=${user.home}/logs/csp/sentinel-dashboard.log
Expand Down

0 comments on commit d84d681

Please sign in to comment.