Strange problem with Forms authentication: After successfull login, login page is still displayed

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

  1. #1

    Default Strange problem with Forms authentication: After successfull login, login page is still displayed

    Hi there

    I have a quite strange problem with my ASP.NET-Application.

    The application has being deployed one year ago and worked fine till
    last month.
    It's a frame application. So that the user has to enter his
    credentials to login in the mainframe. This data is validated on a
    database. If username and password are validated, then the secured
    content is displayed. I'm working with two web.config files. One
    Web.Config in the root folder and the other one in the securefolder.

    All frames are in the same domain. When I try to login. The
    databasevaldation works fine, but the cookie is not written on the
    client side, so that the loginpage is redisplayed. More strange:
    Sometime it works. It's quite difficult to reproduce the problem. On 5
    tries, 2 fails. I think that this problem could be related to a
    IE-Security patch. As I said, the problem was observed for the first
    time last month. Has anybody observed a similar problem?

    Thanks for your help

    Pascal Blanchard
    Pascal Blanchard Guest

  2. Similar Questions and Discussions

    1. forms authentication returns 401 instead of going to login page
      Hi, I have an app in the 1.1 framework that uses forms authentication . In the normal case, if the user requests a page and is not logged in,...
    2. Forms Authentication won't redirect to login page
      I'm trying to set basic form authentication on a webapp. I allaccess restricted to authenticated users. After changing theWeb.config file in the...
    3. Forms Authentication without Login Page
      Is there any way to log someone in using Forms authentication *without* using RedirectFromLoginPage()? My reason for asking is that I'm trying to...
    4. Forms Authentication: login page in a separate web app
      Hi, I would like to create a WebApp, say MySecurityProvider, that just contains a login page that knows how to authenticate a user. And I want...
    5. Authentication forms and SSL on the login page
      Hi all, I'm tryiing to set up security for a ASP.NET web application in order to force all the users to go to a login page with an SSL connection....
  3. #2

    Default Strange problem with Forms authentication: After successfull login, login page is still displayed

    Hi there

    I have a quite strange problem with my ASP.NET-Application.

    The application has being deployed one year ago and worked fine till
    last month.
    It's a frame application. So that the user has to enter his
    credentials to login in the mainframe. This data is validated on a
    database. If username and password are validated, then the secured
    content is displayed. I'm working with two web.config files. One
    Web.Config in the root folder and the other one in the securefolder.

    All frames are in the same domain. When I try to login. The
    databasevaldation works fine, but the cookie is not written on the
    client side, so that the loginpage is redisplayed. More strange:
    Sometime it works. It's quite difficult to reproduce the problem. On 5
    tries, 2 fails. I think that this problem could be related to a
    IE-Security patch. As I said, the problem was observed for the first
    time last month. Has anybody observed a similar problem?

    Thanks for your help

    Pascal Blanchard
    Pascal Blanchard Guest

  4. #3

    Default Strange problem with Forms authentication: After successfull login, login page is still displayed

    Hi there

    I have a quite strange problem with my ASP.NET-Application.

    The application has being deployed one year ago and worked fine till
    last month.
    It's a frame application. So that the user has to enter his
    credentials to login in the mainframe. This data is validated on a
    database. If username and password are validated, then the secured
    content is displayed. I'm working with two web.config files. One
    Web.Config in the root folder and the other one in the securefolder.

    All frames are in the same domain. When I try to login. The
    databasevaldation works fine, but the cookie is not written on the
    client side, so that the loginpage is redisplayed. More strange:
    Sometime it works. It's quite difficult to reproduce the problem. On 5
    tries, 2 fails. I think that this problem could be related to a
    IE-Security patch. As I said, the problem was observed for the first
    time last month. Has anybody observed a similar problem?

    Thanks for your help

    Pascal Blanchard
    Pascal Blanchard Guest

  5. #4

    Default Re: Strange problem with Forms authentication: After successfull login, login page is still displayed

    Here some additional information.

    For page access SSl is used. In the web.config the following data was added:

    loginUrl="login.aspx"
    protection="All"
    requireSSL="true">

    Best regards

    Pascal
    Pascal Blanchard Guest

  6. #5

    Default Strange problem with Forms authentication: After successfull login, login page is

    I have the same problem, had u find any solution.

    Quote Originally Posted by Pascal Blanchard View Post
    Hi there

    I have a quite strange problem with my ASP.NET-Application.

    The application has being deployed one year ago and worked fine till
    last month.
    It's a frame application. So that the user has to enter his
    credentials to login in the mainframe. This data is validated on a
    database. If username and password are validated, then the secured
    content is displayed. I'm working with two web.config files. One
    Web.Config in the root folder and the other one in the securefolder.

    All frames are in the same domain. When I try to login. The
    databasevaldation works fine, but the cookie is not written on the
    client side, so that the loginpage is redisplayed. More strange:
    Sometime it works. It's quite difficult to reproduce the problem. On 5
    tries, 2 fails. I think that this problem could be related to a
    IE-Security patch. As I said, the problem was observed for the first
    time last month. Has anybody observed a similar problem?

    Thanks for your help

    Pascal Blanchard
    Unregistered 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