dashboard: Fix the bug that cookie may have conflict with web applications under the same domain (#1443)

This commit is contained in:
于玉桔 2020-05-06 11:35:41 +08:00 committed by GitHub
parent ba391097ca
commit d84d681dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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