Class Session.Cookie
java.lang.Object
org.springframework.boot.web.server.Cookie
org.springframework.boot.web.servlet.server.Session.Cookie
- Enclosing class:
- Session
Session cookie properties.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.web.server.Cookie
Cookie.SameSite
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the comment for the session cookie.void
setComment
(String comment) Methods inherited from class org.springframework.boot.web.server.Cookie
getDomain, getHttpOnly, getMaxAge, getName, getPath, getSameSite, getSecure, setDomain, setHttpOnly, setMaxAge, setName, setPath, setSameSite, setSecure
-
Constructor Details
-
Cookie
public Cookie()
-
-
Method Details
-
getComment
Return the comment for the session cookie.- Returns:
- the session cookie comment
-
setComment
-