Index: C:/PROGRAMMING/java/eclipse/workspace/NutchTrunk/conf/regex-normalize.xml.template =================================================================== --- C:/PROGRAMMING/java/eclipse/workspace/NutchTrunk/conf/regex-normalize.xml.template (revision 396908) +++ C:/PROGRAMMING/java/eclipse/workspace/NutchTrunk/conf/regex-normalize.xml.template (working copy) @@ -19,4 +19,8 @@ (\?|\&|\&)PHPSESSID=[a-zA-Z0-9]{32}(\&|\&)(.*) $1$3 + + (.*)(;jsessionid=[a-zA-Z0-9]{32})(.*) + $1$3 +