Class SimpleCookie

  • All Implemented Interfaces:
    Cookie

    public class SimpleCookie
    extends Object
    implements Cookie
    Default Cookie implementation. 'HttpOnly' is supported out of the box, even on Servlet 2.4 and 2.5 container implementations, using raw header writing logic and not javax.servlet.http.Cookie objects (which only has 'HttpOnly' support in Servlet 2.6 specifications and above).
    Since:
    1.0