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

      public String getComment()
      Return the comment for the session cookie.
      Returns:
      the session cookie comment
    • setComment

      public void setComment(String comment)