
I am using yslow version 3.1.4
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A cookie is sent with every request made to the host domain that matches the
domainandpathattributes that were specified when it was set with aset-cookie:response header.When your browser issues a
GETforprint.cssits request header will still contain acookie:header if the domain & path match.To prevent this see setting the path on cookie prevent it being sent in http static requests?.