MX2004 User Authentication: Access Denied

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default MX2004 User Authentication: Access Denied

    Hi,

    i am using the dreamweaver mx 2004 user authentication scripting...and it
    actually works, but very often users get an access denied url like this:
    anmelden.asp?accessdenied=%2Fak%2Fadressen%2Finfor mationen2%2Easp
    but - users are logged in. also another issue is that after login the page is
    not redirecting to the URL that was given in the script but it is just going
    back to the homepage. dont know why, sometimes it works, sometimes not

    i am using asp classic, vbscript an access database and brinkster.com for
    hosting

    anyone knowes how to fix this? any caching issues? any user authentication
    alternative out there that doesnt require scripting?

    thanks, mark


    yep29 Guest

  2. Similar Questions and Discussions

    1. Access denied for user
      Hello everyone. I created a new user with the grant command and yet, I can't login into the database I must mention that the user was created but...
    2. MySQL Access denied for user - Plesk / FC 2
      I'm pulling my hair out and I've done all types of searches and I'm close to taking a sledge hammer to my server. I have Plesk 7.5, CFMX 7.01,...
    3. 401 Access Denied, but only for one user
      I've published a web service based on an authentication demo I found on the web. It resides on a domain controller, and the domain's Active...
    4. Windows authentication on a Web service returning Access Denied (401).
      Hey, I've been asked to look into network security where an IIS virtual directory is configure to not have anonymous access, but rather to go...
    5. Access Denied using Windows Authentication. WSE 2.0
      Subject: Access Denied using Windows Authentication. WSE 2.0 When using custom authentication (using the UsernameTokenManager interface.) I...
  3. #2

    Default Re: MX2004 User Authentication: Access Denied

    Typically, sessions expire after 20 minutes of inactivity. You can change
    the value through your control panel (maybe, depending on your host), or by
    using the Session.Timeout property.
    Also, if Brinkster hosts your site on a server farm, the session information
    may not be available if the user's request goes to a different server than
    the one he logged in on. "Sticky sessions" don't come into play until
    ASP.NET, or with some (expensive) add-ons that would need to be installed on
    the servers.

    I can't imagine they'd offer ASP hosting and then not take session state
    into account, though.

    "yep29" <webforumsuser@macromedia.com> wrote in message
    news:d5tm2q$mkv$1@forums.macromedia.com...
    > Hi,
    >
    > i am using the dreamweaver mx 2004 user authentication scripting...and it
    > actually works, but very often users get an access denied url like this:
    > anmelden.asp?accessdenied=%2Fak%2Fadressen%2Finfor mationen2%2Easp
    > but - users are logged in. also another issue is that after login the page
    > is
    > not redirecting to the URL that was given in the script but it is just
    > going
    > back to the homepage. dont know why, sometimes it works, sometimes not
    >
    > i am using asp classic, vbscript an access database and brinkster.com for
    > hosting
    >
    > anyone knowes how to fix this? any caching issues? any user authentication
    > alternative out there that doesnt require scripting?
    >
    > thanks, mark
    >
    >

    Lionstone 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