blindlizard
Sep 23rd, 2003, 04:16 AM
I haven't been able to find any recent articles on cookies with the new framework. My problem is that all the tutorials I have found say to do this:If Request.Cookies("mychoices") = Null Thenbut it won't compile saying that Null is no longer supported. Even asp.net says to do that. How do I check to see if the user has a cookie set in the .net 1.1 framework?