|
@@ -275,8 +275,8 @@ public class AuthGatewayFilterFactory extends AbstractGatewayFilterFactory<HostL
|
|
|
if (!cookieName.isEmpty()) tokenName = cookieName;
|
|
|
ResponseCookie cookie = ResponseCookie.from(tokenName, token)
|
|
|
.httpOnly(false)
|
|
|
- .path("/")
|
|
|
- .maxAge(authInfo.getMaxAge())
|
|
|
+// .path("/")
|
|
|
+// .maxAge(authInfo.getMaxAge())
|
|
|
.domain(authInfo.getCookieDomain())
|
|
|
.build();
|
|
|
response.addCookie(cookie);
|