drop authentication

  • Thread starter Thread starter JZink
  • Start date Start date
J

JZink

I have an app with basic authentication turned on. I want
to have a logout button. What code do I need to supply in
my asp.net to logoff the user so the next time he/she hits
my protected page he/she will be prompted for id/pwd.
..
 
JZink,

There is no way to flush credentials from server-side code. However, you
can do it from the client (assuming IE here).

195192 HOWTO: Clear Logon Credentials to Force Reauthentication
http://support.microsoft.com/?id=195192

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.

--------------------
 
Back
Top