Results 1 to 2 of 2
Thread: Database for Login system
- 11-26-2010, 11:46 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 7
- Rep Power
- 0
- 11-27-2010, 01:14 AM #2
usually some database is used, such as relational or LDAP kind.
in your login page, a piece of javascript might submit a request to a server-side login processor, where the message contains the form field data for the username and password, where the server side component then consults the database to determine if the credentials represent a valid user.
Similar Threads
-
Creating a login form using sql server 2005 database
By kine in forum New To JavaReplies: 7Last Post: 05-29-2010, 01:57 PM -
Login page which connects to database that verifies user
By Neutrino in forum JDBCReplies: 1Last Post: 03-15-2010, 01:39 AM -
how to create a login system by using netbean 6?
By j007ha in forum NetBeansReplies: 5Last Post: 08-16-2008, 04:33 PM -
cannot open database requested in login. Login fails
By banduskank in forum JDBCReplies: 0Last Post: 06-25-2008, 12:41 PM -
Applet Login System Tutorial
By Free-JavaTutorials in forum Java AppletsReplies: 0Last Post: 03-15-2008, 02:51 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks