Class SessionHandler.CookieConfig

java.lang.Object
org.eclipse.jetty.ee9.nested.SessionHandler.CookieConfig
All Implemented Interfaces:
jakarta.servlet.SessionCookieConfig
Enclosing class:
SessionHandler

public final class SessionHandler.CookieConfig extends Object implements jakarta.servlet.SessionCookieConfig
CookieConfig Implementation of the jakarta.servlet.SessionCookieConfig. SameSite configuration can be achieved by using setComment. Partitioned configuration can be achieved by using setComment.
See Also:
  • HttpCookie