how can i verify that a person has logged into a website before serving non-dynamic HTML pages to them in IIS?
Name:
not a web dev2010-06-03 23:13
>>11
A cookie is sent as a HTTP header, right? Then surely your web server can check it before it grants access to the web page. First time, make them authenticate and have the the server send back a token. From then on they use the cookie. Again, not a web developer, but that shouldn't be a million miles off.