We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9471efb commit 3bf3468Copy full SHA for 3bf3468
spring-session-core/src/main/java/org/springframework/session/web/http/DefaultCookieSerializer.java
@@ -450,7 +450,8 @@ public String getRememberMeRequestAttribute() {
450
}
451
452
/**
453
- * Allows defining whether the generated cookie carries the Partitioned attribute
+ * Allows defining whether the generated cookie carries the Partitioned attribute.
454
+ * @param partitioned whether the generate cookie is partitioned
455
* @since 3.4
456
*/
457
public void setPartitioned(boolean partitioned) {
0 commit comments