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