Class SessionAttachmentHandler

  • All Implemented Interfaces:
    HttpHandler

    public class SessionAttachmentHandler
    extends Object
    implements HttpHandler
    Handler that attaches the session to the request.

    This handler is also the place where session cookie configuration properties are configured.

    note: this approach is not used by Servlet, which has its own session handlers

    Author:
    Stuart Douglas