Hi All,<BR><BR>I am having a problem trying to get HttpContext to work in my new ASP.NET project.<BR><BR>In my previous project when I had to read from a Cookie I used the following.<BR><BR>HttpContext.Current.Request.Cookies("CDSC")("lAttempt")<BR><BR>But in my new project I keep on getting told "The name 'HttpContext' is not declared."?<BR><BR>I do not remember how I declare this or get it to work.<BR><BR>Thanks,<BR>Gavin<BR>The problem was that I had forgotten to import the System.Web namespace.<BR><BR>Problem is now solved.