1

Closed

HttpRequestHeaders.GetCookies method comment has an invalid sample cookie

description

The sample cookie is:
Cookie: state1:name1=value1&name2=value2; state2:name3=value3&name4=value4;domain=domain1; path=path1;

However this is incorrect, it should be
Cookie: state1=name1=value1&name2=value2; state2=name3=value3&name4=value4;domain=domain1; path=path1;
Closed Jul 18, 2012 at 11:52 PM by hongyes

comments

HongmeiG wrote Apr 23, 2012 at 5:10 PM

This is just in the code comment.