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