authentication « Login « JSP-Servlet Q&A





1. Is there an argument to be made for/against checking for authentication in every JSP?    stackoverflow.com

Is there an argument to be made for/against checking for authentication in every JSP? Maybe via a custom tag or some such thing. The argument that I am hearing is that it ...

2. JSP login with declarative security - How does the actual authentication happen?    stackoverflow.com

I've been a little puzzled with this as I have not seen many examples that gave me the complete picture. The best explanation I found so far is this. By ...

3. Is this authentication method secure?    stackoverflow.com

I'm in a situation where I need to create my own authentication for a web application, and I want to get some input into how secure my approach is. Pretty much, this ...

4. Creating a login page using jsp    stackoverflow.com

I am working on an online banking project. The issue when the user enters the user name and password on the page then the validation is done on another page and ...

5. Login authenticate at each page jsp/servlet    stackoverflow.com

i am creating an application that will have multiple pages in it, i want a user to be redirect to login page in case he isnt authenticated already and tries to ...

6. Login authentication using fingerprint in jsp page    stackoverflow.com

I am a final year student, i am trying to provide higher level of security at web login time for clients. So, i am looking for fingerprint authentication. Which means, wherever ...

7. JSP login for 2 pages    stackoverflow.com

I am using JSP and servlets to develop my web application. I have 2 JSP pages which I want to be accessed only after a person logs in. I want that once ...

8. login authentication    coderanch.com

9. Login authenticate    coderanch.com