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

  1. #1

    Default login prompt

    Hi all,

    Here is my problem:

    The application will display login prompt (basic authentication in IIS)
    when the user try to login, then close the brower and session ID when
    clicking "exit" button.

    The problem is that there is no login prompt if the user open the
    application again after exit the appliction while there is another brower
    instance (no necessary be the appliction site) remained open.

    Is the browser keep the login name and password somewhere in all browser ?
    The "exit" could only close current browser instance with the application ,
    not all open browser, How can I fix the problem?

    Thanks.
    Jasmine Guest

  2. Similar Questions and Discussions

    1. Crystal Reports Database Login Prompt
      I'm at the end of my rope. We have been trying to deploy Crystal Reports over our website. We have tried every report configuration we can think...
    2. FMS2 no Login prompt
      Installed using default values no errors noted, the server seems to start and stop with no errors and no errors in the logs. However, when we go to...
    3. CFAdmin WIndows Login Prompt
      I've having difficulties with the CF Administrator that was just installed on an existing Win2000 server. Whenever I try to bring up CF...
    4. session problem - login screen continually reloads after pressing the login button
      I am trying to get sessions to work on a log in screen to give certain users access to certain pages/directories. The problem is that when the...
    5. Telnet - no prompt after login
      Hello all - After I telnet to a machine, using my NIS account, I seem to log in ok, but I never get a prompt. I can telnet to other unix boxes...
  3. #2

    Default Re: login prompt

    Its always very hard to try and change standard browser behaviour and in
    your case, revoking credentials woould still not work as it would do that
    for all browser sessions, or at least appear very unreliable as it may in
    fact work in some situations. At any rate, is it possible to use forms
    authentication instead of basic? This would give you more control even
    though it would still be convoluted to manage the cookies required.

    Here is a couple of links that may help you, but in all honesty, I dont
    think its going to work without some major effort and trickery.

    [url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/constants/clearauthenticationcache.asp[/url]

    [url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/execcommand.asp?frame=true[/url]


    --

    - Paul Glavich
    ASP.NET MVP
    ASPInsider ([url]www.aspinsiders.com[/url])


    "Jasmine" <Jasmine@discussions.microsoft.com> wrote in message
    news:F1366E1D-7B63-4991-9CCB-F8F6439449D4@microsoft.com...
    > Hi all,
    >
    > Here is my problem:
    >
    > The application will display login prompt (basic authentication in IIS)
    > when the user try to login, then close the brower and session ID when
    > clicking "exit" button.
    >
    > The problem is that there is no login prompt if the user open the
    > application again after exit the appliction while there is another brower
    > instance (no necessary be the appliction site) remained open.
    >
    > Is the browser keep the login name and password somewhere in all browser ?
    > The "exit" could only close current browser instance with the application
    ,
    > not all open browser, How can I fix the problem?
    >
    > Thanks.

    Paul Glavich [MVP ASP.NET] 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