I am trying to set a cookie on the host machine and I am not able to. There are no errors, the cookie just never appears.Below is the code i am using. Does anyone see why the cookie is not getting to the computer?
Thanks in advance for any help given...Code:HttpCookie cookie = new HttpCookie("Cookie Name"); cookie.Value = "Cookie Value"; Response.Cookies.Add(cookie);



Reply With Quote




Bookmarks