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 Summary
Nested classes/interfaces inherited from class org.springframework.boot.web.server.Cookie
Cookie.SameSite - 
Constructor Summary
Constructors - 
Method Summary
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() 
 -