P
Patrick Dugan
I have a mix of ASP pages and ASP.NET pages within a web site. One of the
first asp pages creates several cookies with values. When I try to read
those same cookie values in the ASP.NET pages the values are not seen. Is
this a issue with defining the cookie path in the ASP.NET page? The cookies
are whereever they are stored by the older ASP page so what should the path
be on the asp.net side (if that is the issue.) Otherwise how can I see the
older ASP page created cookies?
first asp pages creates several cookies with values. When I try to read
those same cookie values in the ASP.NET pages the values are not seen. Is
this a issue with defining the cookie path in the ASP.NET page? The cookies
are whereever they are stored by the older ASP page so what should the path
be on the asp.net side (if that is the issue.) Otherwise how can I see the
older ASP page created cookies?