ID « Login « JSP-Servlet Q&A





1. User Login ID    coderanch.com

2. Get the login ID of the client machine    coderanch.com

If you're doing this over the Internet then the name I used to login to my computer is none of your application's business. However if you're doing it over an intranet within a company then it may be your application's business. If it's a Windows network then you could use JCIFS and HttpNtlmAuthorization (not sure if I spelled that correctly).

3. creating a Loginpage.jsp in JSP with LOGIN id and Password.    coderanch.com

Hello , To get to know the concept can anyone answer my questions in detail along with an example. first step: Have to create a Loginpage.jsp in JSP with LOGIN id and Password. second step: I am using MS Access as my present database which stores name and password. Third step: Please explain to me how connection is made between Access ...

4. How to find OS login ID from Servlet.    coderanch.com