I have an intranet application that requires basic authentication against active directory using NT challenge/response.
When a cookie expires, I would like to "flush" (for lack of a better term) that authentication, redirect them to a non-protected page and force the user to re-authenticate should they want to re-access the protected page.
How is this done? I can't seem to figure it out.
Using ASP classic.
Thanks!