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 @@
   <pattern>(\?|\&amp;|\&amp;amp;)PHPSESSID=[a-zA-Z0-9]{32}(\&amp;|\&amp;amp;)(.*)</pattern>
   <substitution>$1$3</substitution>
 </regex>
+<regex>
+  <pattern>(.*)(;jsessionid=[a-zA-Z0-9]{32})(.*)</pattern>
+  <substitution>$1$3</substitution>
+</regex>
 </regex-normalize>
