[ http://issues.apache.org/jira/browse/NUTCH-178?page=all ]
Sami Siren closed NUTCH-178. ---------------------------- > in search.jsp must be session creation "false" > ---------------------------------------------- > > Key: NUTCH-178 > URL: http://issues.apache.org/jira/browse/NUTCH-178 > Project: Nutch > Issue Type: Improvement > Components: web gui > Affects Versions: 0.8 > Reporter: YourSoft > Assigned To: Sami Siren > Priority: Trivial > Fix For: 0.8 > > > 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" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
