Skip to content

Commit

Permalink
Merge pull request #5576 from Sage-Bionetworks/release-520
Browse files Browse the repository at this point in the history
Merge Release 520 into develop
  • Loading branch information
jay-hodgson authored Nov 5, 2024
2 parents 44cd860 + 974922d commit 6de38c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void setCookie(String name, String value, Date expires) {
.toLowerCase()
.startsWith("https");
String domain = CookieUtils.getDomain(Window.Location.getHostName());
setCookie(name, value, expires, domain, null, isSecure);
setCookie(name, value, expires, domain, "/", isSecure);
}

@Override
Expand Down

0 comments on commit 6de38c6

Please sign in to comment.