diff --git a/pkg/services/auth/auth_token.go b/pkg/services/auth/auth_token.go index 39f5cfdd746..7e9433c2d70 100644 --- a/pkg/services/auth/auth_token.go +++ b/pkg/services/auth/auth_token.go @@ -93,7 +93,6 @@ func (s *UserAuthTokenServiceImpl) writeSessionCookie(ctx *models.ReqContext, va Name: s.Cfg.LoginCookieName, Value: url.QueryEscape(value), HttpOnly: true, - Domain: setting.Domain, Path: setting.AppSubUrl + "/", Secure: s.Cfg.SecurityHTTPSCookies, MaxAge: maxAge,