i have a problem about web robot application.
url a:http://www.domain.com/path?id=1
url b:http://www.domain.com/path?id=1&sessionid=XXXXXX
there two urls and forward to the same page.robot application download the page twice.
in my robot application, two URL convert to md5 value to check is visited . but url string is changed, so md5 value also changed. visited cache can not hit.
have any better solution?