Cookie « Container « JSP-Servlet Q&A





1. How to programatically 'login' a user based on 'remember me' cookie when using j2ee container authentication?    stackoverflow.com

i'm using form based authntication in my WAR. i want to implement a 'remember me' cookie so: 1) how can i intercept the authentication before user is redirected to the form? 2) say i checked ...