Class Session.Cookie

java.lang.Object
org.springframework.boot.web.server.Cookie
org.springframework.boot.web.servlet.server.Session.Cookie
Enclosing class:
Session

public static class Session.Cookie extends Cookie
Session cookie properties.
  • Constructor Details

    • Cookie

      public Cookie()
  • Method Details

    • getComment

      Deprecated, for removal: This API element is subject to removal in a future version.
      since 3.0.0 without replacement
      Return the comment for the session cookie.
      Returns:
      the session cookie comment
    • setComment

      @Deprecated(since="3.0.0", forRemoval=true) public void setComment(String comment)
      Deprecated, for removal: This API element is subject to removal in a future version.