N
nathan_blakley
Hi,
I am not able to read or write cookies from DLLs both locally and on
Godaddy's web hosting site. I have ASP.NET 2 set up in both locations.
There must be a trick. My code looks as follows:
return (HttpContext.Current.Request.Cookies[m_strCookieName] != null);
I have unchecked the "Allow Unsafe Code" box in VS.
Many thanks
Nathan
I am not able to read or write cookies from DLLs both locally and on
Godaddy's web hosting site. I have ASP.NET 2 set up in both locations.
There must be a trick. My code looks as follows:
return (HttpContext.Current.Request.Cookies[m_strCookieName] != null);
I have unchecked the "Allow Unsafe Code" box in VS.
Many thanks
Nathan