Quantcast
Channel: Codemiles.com Programming Forums - All Topics
Viewing all articles
Browse latest Browse all 36

login using jsp

$
0
0
Login using JSP Example:
The Login in JSP is based on the Session object, here there are three files: login(Sign-in) form, check sign-in JSP code, and Logout JSP code. You can change the checks of login JSP code to follow your program needs. Below, I explain each JSP step for the login process.


1.The Main Login Page: contains login HTML form

:
This file contains the HTML login form written within the JSP tags. A check condition is applied on the session attribute with the name "username"
...

Statistics : Posted by msi_333 • on Sat Jan 24, 2009 1:12 am • Replies 16 • Views 380831

Viewing all articles
Browse latest Browse all 36

Trending Articles