Class CrawlerSessionManagerHandler

  • All Implemented Interfaces:
    HttpHandler

    public class CrawlerSessionManagerHandler
    extends Object
    implements HttpHandler
    Web crawlers can trigger the creation of many thousands of sessions as they crawl a site which may result in significant memory consumption. This Valve ensures that crawlers are associated with a single session - just like normal users - regardless of whether or not they provide a session token with their requests.