Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-178

in search.jsp must be session creation "false"

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.8
    • 0.8
    • web gui
    • None

    Description

      Switch off the session creation in the search.jsp.
      I think it is add a little performance improvements.

      replace first 3 lines:
      <%@ page
      contentType="text/html; charset=UTF-8"
      pageEncoding="UTF-8"

      with:
      <%@ page
      contentType="text/html; charset=UTF-8"
      pageEncoding="UTF-8"
      session="false"

      Attachments

        Activity

          People

            siren Sami Siren
            yoursoft YourSoft
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: