A
Andy Fish
Hi,
I have a web app that I want to make calls back into itself (preserving the
session cookies etc).
I am using a System.Net.HttpWebRequest object to make the request, but I am
having trouble getting the cookies into it.
In the current (i.e. incoming) request, the cookies are stored as
System.Web.HttpCookie objects in a System.Web.HttpCookieCollection. However,
in the new (outgoing) request, they are System.Net.Cookie objects in a
System.Net.CookieContainer.
how did we end up with two parallel but incompatible representations of the
same thing?!?
Andy
I have a web app that I want to make calls back into itself (preserving the
session cookies etc).
I am using a System.Net.HttpWebRequest object to make the request, but I am
having trouble getting the cookies into it.
In the current (i.e. incoming) request, the cookies are stored as
System.Web.HttpCookie objects in a System.Web.HttpCookieCollection. However,
in the new (outgoing) request, they are System.Net.Cookie objects in a
System.Net.CookieContainer.
how did we end up with two parallel but incompatible representations of the
same thing?!?
Andy