when server responses with header Set-Cookie: ADS=SN=175A21EF. What does it mean? Do i have to save one cookie with name ADS containing data SN=175A21EF or are there two cookies ADS and SN containing data 175A21EF?
Thx for reply
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.
According to the specs (HTTP State Management Mechanism, HTTP, and the old RFC, superseded by 2965 – rfc 2109) it should be interpreted as "ADS" = "SN=175A21EF". There cannot be two cookies, a "Set-cookie" header can contain only one value and some another pre-defined key=value pairs separated by
;.