Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Alex Billerey #1
Login User and Redirect to a specific page - help required
I'm using ASP/Access 2000.
This is what I would like to do.
A site has a limited number of users - User Bert logs in and assuming
gets thru username/password combo gets redirected to Bert's page. When
Ernie logs in he gets taken to Ernie's page etc etc
I've had a tour around (what I think are) the "usual suspect's" but have
come up with nothing that helped me.
If anyone knows of a tuorial I would be very grateful?
TIA
Alex
Alex Billerey Guest
-
Login redirect back to previous page
I have a number of secured pages and a login process that works. When a user tries to access a secure page prior to logging in, he is redirected to... -
User Specific Login
:confused; I want a user to be able to login and view information specific to that user name and only to that user name (i.e. I want each user to... -
Redirect to specific page
Is there a way to configure the User Authentication so that each login is taken to a specific page? So a visitor with the login name... -
best way to redirect asp to login htm page?
Hello, I need users to access a data entry asp page via a login page. If they bookmark the data entry asp I want to redirect them to the login... -
User Login to Redirect using PHP
I've read many posts about redirecting a user by specifying the directin url in the database, but have had very little luck. I'm using Dreamweaver's... -
Jamesy #2
Re: Login User and Redirect to a specific page - help required
dead simple.
direct all users to a kind of "in-between" page.
On that page get a recordset which is filtered the MM_Username session which
would give you the filter result of the user that is logged in.
In the database, alongside their login details store their redirect page.
then on this in-between page.
you simply write after all the recordset code
<% response.redirect rsRecordsetname.Fields.Item("RedirectFieldName").V alue
%>
This should get you started
James
"Alex Billerey" <aab@clara.net> wrote in message
news:bfhtps$s0v$1@forums.macromedia.com...> I'm using ASP/Access 2000.
>
> This is what I would like to do.
>
> A site has a limited number of users - User Bert logs in and assuming
> gets thru username/password combo gets redirected to Bert's page. When
> Ernie logs in he gets taken to Ernie's page etc etc
>
> I've had a tour around (what I think are) the "usual suspect's" but have
> come up with nothing that helped me.
>
> If anyone knows of a tuorial I would be very grateful?
>
> TIA
>
> Alex
>
Jamesy Guest



Reply With Quote

