K
kingkong88
In the Cookie class that is used with the HttpWebRequest class, commas
are not permitted in the Value property of a Cookie object. This looks
like unusually restrictive as I know of many cookies out there that
contain commas (eg Vignette URLs), and most other programming models
allow commas.
Is there a way to overcome this in .NET Framework 1.1?
Thanks.
are not permitted in the Value property of a Cookie object. This looks
like unusually restrictive as I know of many cookies out there that
contain commas (eg Vignette URLs), and most other programming models
allow commas.
Is there a way to overcome this in .NET Framework 1.1?
Thanks.