Ask a Question related to Dreamweaver AppDev, Design and Development.
-
yep29 #1
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
-
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... -
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,... -
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... -
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... -
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... -
Lionstone #2
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



Reply With Quote

