You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/main/java/org/springframework/security/web/authentication/rememberme/AbstractRememberMeServices.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ protected int getTokenValiditySeconds() {
441
441
442
442
/**
443
443
* Whether the cookie should be flagged as secure or not. Secure cookies can only be sent over an HTTPS connection
444
-
* and this cannot be accidentally submitted over HTTP where they could be intercepted.
444
+
* and thus cannot be accidentally submitted over HTTP where they could be intercepted.
445
445
* <p>
446
446
* By default the cookie will be secure if the request is secure. If you only want to use remember-me over
447
447
* HTTPS (recommended) you should set this property to {@code true}.
0 commit comments