How would I modify the actions of j_security_check? I would like to perform enhance j_security_checks with features like account lockout, loggging, and refreshing the session identifier. I assume that I can extend the j_security_check method, but where would I start?
Thanks in advance!
-Vince