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. This class is provided only for back-compatibility
 reasons, consider using 
Cookie whenever
 possible.- 
Nested Class SummaryNested classes/interfaces inherited from class org.springframework.boot.web.server.CookieCookie.SameSite
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.boot.web.server.CookiegetDomain, getHttpOnly, getMaxAge, getName, getPartitioned, getPath, getSameSite, getSecure, setDomain, setHttpOnly, setMaxAge, setName, setPartitioned, setPath, setSameSite, setSecure
- 
Constructor Details- 
Cookiepublic Cookie()
 
-