Does the browser set a cookie after it receives the header or after it receives the body? This is relevant when sending a large file in the body of the request.
Share
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.
I would think a browser would set the cookie as it is processing the response headers, since the cookie information is in there. It doesn’t make much sense to receive the headers, then set the cookies after it processes the html.