3
Reply

Cookies

jinwolf

jinwolf

Jul 26 2004 4:22 AM
2.5k
I have tried to search the forum but the search is either not working or the topic is not covered. I have to detect whether or not cookies are allowed. At the moment I am using "Request.Browser.Cookies", but this doesn't do anything. See Below: if(Request.Browser.Cookies==true) { // Read the Cookie; } else { // Tell the user they need cookies enabled; } This is not giving me the desired effect, can someone tell me the correct way to do this or tell me where I can find this information. Thanks

Answers (3)