Can't logoff from IIS with Windows Identity

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Can't logoff from IIS with Windows Identity

    Hi,
    I'm using Windows Authentication in my ASPNET application, but there is no
    way to logoff user beside to close the browser because user is cached on
    client side.

    any solutions ??, help, please...

    Andy


    Andrzej Nycz Guest

  2. Similar Questions and Discussions

    1. Windows 2003 switch user accounts without logoff
      I have a AD server that I am currently only able to login to by remote desktop. I changed permissions on remote desktop access to let a domain...
    2. Old ASP Windows User Identity
      Is there a way in ASP (3.0, not .NET) for me to determine who the current windows users is (i.e. the user who was authenticated and who is...
    3. cannot logoff from windows xp
      Hi, i have windows xp home edition service pack1 installed in my computer. I have a problem with logoff and restart links in start menu. i am not...
    4. resetting password for windows XP identity
      My second computer has only one identity on it. I changed the password to make sure my son was not going on the internet when I did not know it. ...
    5. Windows XP logoff
      I have a client than when she is logged onto the network for a minimum of an hour. She can no longer logoff of her computer. If she goes to...
  3. #2

    Default Re: Can't logoff from IIS with Windows Identity

    On Fri, 24 Sep 2004 20:28:32 +0200, "Andrzej Nycz" <andrzej.nycz@docusoft.pl> wrote:

    ¤ Hi,
    ¤ I'm using Windows Authentication in my ASPNET application, but there is no
    ¤ way to logoff user beside to close the browser because user is cached on
    ¤ client side.
    ¤
    ¤ any solutions ??, help, please...

    This is correct. The only way to flush credentials is via the browser or underlying browser
    technology. In addition, the process (if supported) would be different depending upon the type of
    browser being used. For example there is an ActiveX component that will enable you to do this with
    IE but it would have to be downloaded and installed on the client first.

    The best way to enable this feature is to use Simple Forms Authentication instead of Basic or
    Integrated NT authentication.


    Paul ~~~ [email]pclement@ameritech.net[/email]
    Microsoft MVP (Visual Basic)
    Paul Clement Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139