Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Zim_bawan #1
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 have an "account"
that he/she can securely access). I am attempting to pull this data from a
MySQL Database. Any help would be appreciated.
Thanks
Zim_bawan Guest
-
Login User from Novell Login
Hi, At present a user loggin onto our netwok enters their username and password by a Novell Login prompt. When they fire up their browser they... -
user and admin login on same login page
Hello, I have a user login page which also doubles as my administrator login. Currently, my method of logging in doesnt seem to be working... -
Login User User Error 80040e21
I am getting an 80040e21 error using the log in user server behavior. The complete error message is Microsoft OLE DB Provider for SQL Server... -
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... -
User changing something on a form makes asp.net take user to login page
Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and... -
jeby #2
Re: User Specific Login
When the user logs in, create a session variable that contains their userid.
Then all ou have to do is create a page that runs a query on your mysql
database using the userid to get that users record out of the table.
Then display the data.
jeby Guest
-



Reply With Quote

