Reputation: 1021
Java EE.
Ok, JSP form handed to servlet username and password. Username and password is vaild.
How i can AUTHenticate the user?
Thanks for help.
Upvotes: 0
Views: 331
Reputation: 38122
Here is the tutorial: http://download.oracle.com/javaee/6/tutorial/doc/bncas.html
Don't reinvent the wheel - especially not security, as it is hard enough to get it right even when using existing frameworks.
Upvotes: 2
Reputation: 26799
I don't know what exacly problem you have. Try this steps:
If you will have problems try attached your current sources.
Upvotes: 1