authentication « Session « JSP-Servlet Q&A





1. Logout code in JSP    stackoverflow.com

I am using basic level authentication and I need best logout code in JSP/Servlet. I am using JSP & servlet and MS-Access as backend. Is it required to create session in JSP? ...

2. How can I redirect to logon.jsp with unencrypted password in the HTTPSession?    stackoverflow.com

I have a j2ee web app that is using JAAS form based authentication. However, due to some unusual requirements, I cannot have the user enter their username and password directly into ...

3. session scope/user authentication    coderanch.com

Hello. If you have a minute, I've been kinda messing around with user authentication and have a really basic question or whatever... 1. a login script assigns a value to a String object...based on values stored in a rdbms...for example, login as UserE and String object ACCESS="EDIT" is created/set and put into session...login as UserR and another String object ACCESS="READ" is ...