Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Speegs #1
Multiple Logins
What would be a good way to login multiple users to different pages depending on their login? From the same form?
Speegs Guest
-
session.sessionID overwrites on multiple logins...
I'm using this code to allow people to login into a site: <!-- Verify user in data base --> <cfquery name="qVerify" datasource="mySource">... -
Problems with multiple logins to single Terminal Services username
Hi, I'm evaluating the option of running an application through Terminal Services on Microsoft Windows 2003. The application is currently... -
Prevent Multiple Logins
Is there any methods, preferably not requiring third party tools, which limit domain users to only one simultaneous login? I have been searching... -
Preventing multiple logins from a single user
Hi, We have a web application developed using ASP .NET that uses forms authentication.We want to prevent users from logging in more than once... -
multiple logins?
I guess this is more of a suggestive question. I've got a client that wants to have a member access area, they are extremely concerned however about... -
Billium99 #2
Re: Multiple Logins
Hi Speegs, Using a database and DW's built-in server behaviors, you can
create user authentication pages from a single login page that either redirect
certain users to specific locations (say 4 different Welcome pages for 4
different user access levels) or you can have a single welcome page, but with
hidden links that only reveal themselves to certain user access levels. It all
depends on your server language choice and your personal preferences for your
pages. Do a google search on 'asp' AND 'user authentication' or 'php' AND
'user authentication' etc and you'll get far more data than you care to read on
the topic. HTH Bill
Billium99 Guest



Reply With Quote

