MandoThrasher
Programmer
I need to block a particular user from accessing a page. I thought I could use Request.ServerVariables("REMOTE_USER" to detect his machine name and block him that way, since his IP address is dynamic and he's savvy enough to delete all his cookies. Request.ServerVariables("REMOTE_USER" is returning an empty value. How can I do this, other than password protecting the page?