|
@@ -93,7 +93,6 @@ func (s *UserAuthTokenServiceImpl) writeSessionCookie(ctx *models.ReqContext, va
|
|
|
Name: s.Cfg.LoginCookieName,
|
|
Name: s.Cfg.LoginCookieName,
|
|
|
Value: url.QueryEscape(value),
|
|
Value: url.QueryEscape(value),
|
|
|
HttpOnly: true,
|
|
HttpOnly: true,
|
|
|
- Domain: setting.Domain,
|
|
|
|
|
Path: setting.AppSubUrl + "/",
|
|
Path: setting.AppSubUrl + "/",
|
|
|
Secure: s.Cfg.SecurityHTTPSCookies,
|
|
Secure: s.Cfg.SecurityHTTPSCookies,
|
|
|
MaxAge: maxAge,
|
|
MaxAge: maxAge,
|