CookieContainer.SetCookies do not parse version=x?

G

greenxiar

Very Simple Code:
CookieContainer cc = new CookieContainer();
cc.SetCookies(new Uri("http://some.com/"),
"a=1; b=2; path=/; domain=some.com;");
cc.SetCookies(new Uri("http://some.com/"),
"a=1; b=2; version=1; path=/; domain=some.com;");
First SetCookies pass, but the second failed!

My platform is DotnetFramework 2.0/VS2005
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,527
Members
44,999
Latest member
MakersCBDGummiesReview

Latest Threads

Top