[MM-41534] - Portal not picking up MMCLOUDURL cookie (#19515)

Этот коммит содержится в:
Allan Guwatudde
2022-02-08 20:07:16 +03:00
коммит произвёл GitHub
родитель 03d059bd2a
Коммит e27099ec03

Просмотреть файл

@@ -278,7 +278,6 @@ func (a *App) AttachCloudSessionCookie(c *request.Context, w http.ResponseWriter
Path: subpath, Path: subpath,
MaxAge: maxAge, MaxAge: maxAge,
Expires: expiresAt, Expires: expiresAt,
HttpOnly: true,
Domain: domain, Domain: domain,
Secure: secure, Secure: secure,
} }