Is there a way in my asp.net site to check to see if a user has cookies turned off? If so, I would like to block them from entering the site at the login page. Thanks.
Set a cookie, do a redirect and see if the cookie is there after the redirect. Google for "checking cookies enabled asp.net" is you need sample code.