0 Replies Latest reply on Mar 24, 2002 6:38 PM by dhinojosa

    'Remember Me' security

    dhinojosa

      How can implement a 'remember me' security with JBoss-Tomcat on a FORM-BASED authentication. I was looking through the spi classes but i didn't see any that accepted a HttpServletRequest so that I can get that information. I am not even sure that if I create a servlet since I cannot extend HttpServlet or AbstractServerLoginModule at the same time.


      Is there a solution or would I have to create a custom servlet or filter to do that?

      Thanks,