Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-31914
  • Loading branch information
wilkinsona committed Jul 29, 2022
2 parents 5370320 + 2596d61 commit 6d279ab
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -323,6 +323,7 @@ public static class Session {
@DurationUnit(ChronoUnit.SECONDS)
private Duration timeout = Duration.ofMinutes(30);

@NestedConfigurationProperty
private final Cookie cookie = new Cookie();

public Duration getTimeout() {
Expand Down

0 comments on commit 6d279ab

Please sign in to comment.