login « Glassfish « JSF Q&A





1. Programmatic Java EE 6 login: how to catch the LoginException?    stackoverflow.com

Hey guys I have implemented a login using a backing bean and request.login() function. It works fine but if the login fails it throws a nasty error. It's fine ...

2. post login operation with j_security_check    stackoverflow.com

I am using form-based authentication and j_security_check in my j2ee application which runs on glassfish 3.1. Problem is when login succeed I have to update some data related to authenticated user. How ...