org.springframework.boot.web.servlet.server

Class Session.Cookie

  • Enclosing class:
    Session


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

      • Cookie

        public Cookie()
    • Method Detail

      • getComment

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

        public void setComment(java.lang.String comment)