Forms Authentication "Forgetting" a User

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

  1. #1

    Default Forms Authentication "Forgetting" a User

    Greetings,

    We have an ASP.NET application that implements forms-based authentication.
    The login portion seems to work fine. However, I have one developer who when
    running the application, it seems to forget him at some specific point (not
    a timeout) and he has to re-login. This does not happen for everyone, just
    this one developer.

    The point at which the authentication seems to fail is a page on which we
    have an OWC PivotTable going and getting data from the network. Once he
    opens that page, anything else he does requires a new login.

    Has anyone run into something like this? I can give more detail, if need be,
    but just wanted to see if there have been other "random logoffs" with forms
    authentication. Can anyone point me in the right direction?

    Chris Magoun


    Chris Magoun Guest

  2. Similar Questions and Discussions

    1. Change user role from "Publisher" to "Administrator"
      Have three users on a particular website - all need to be "administrators". Two are listed as administrators (one of which is me), the third is...
    2. "User cannot change pwd" and "Pwd never expire" by using Directory
      I create a account by using the DirectorySerive and it is running: --------------------------------------------------------- Dim ContainerEntry As...
    3. Strange behavior using SSL and "FORMS" authentication.
      Hello I am using "FORMS" authentication, without SSL the behavior is normal, everythings working very well When in IIS I cheking "Require SSL"...
    4. Automatic Login - Forms Authentication - Request.ServerVariables["LOGON_USER"]
      Hi there, I'm busy building a site that authenticates users from a database but would like Windows authenticated users to bypass the logon screen...
    5. Forms Authentication - "Deny users = ?" necessary
      Thanks for your reply Hernan. I can't believe Authentication and Authorization are mixed... If I want to identify/authenticate a user (for...
  3. #2

    Default Re: Forms Authentication "Forgetting" a User

    Ahh, I have narrowed the problem a little bit -- it in fact seems to be the
    OWC PivotTable component. If we comment out the code that connects the pivot
    table to the external data, the logout does not occur.

    "Chris Magoun" <magounc@amerinetcentral.org> wrote in message
    news:%23%23kcnUFZEHA.3228@TK2MSFTNGP12.phx.gbl...
    > Greetings,
    >
    > We have an ASP.NET application that implements forms-based authentication.
    > The login portion seems to work fine. However, I have one developer who
    when
    > running the application, it seems to forget him at some specific point
    (not
    > a timeout) and he has to re-login. This does not happen for everyone, just
    > this one developer.
    >
    > The point at which the authentication seems to fail is a page on which we
    > have an OWC PivotTable going and getting data from the network. Once he
    > opens that page, anything else he does requires a new login.
    >
    > Has anyone run into something like this? I can give more detail, if need
    be,
    > but just wanted to see if there have been other "random logoffs" with
    forms
    > authentication. Can anyone point me in the right direction?
    >
    > Chris Magoun
    >
    >

    Chris Magoun 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