Form Authentication Issues

2008-08-27 Thread Erik Rumppe
database and I am using the j_security_check with the j_username and j_password in my login.vm file. I am using Tomcat6 with VRaptor and Velocity frameworks. If anyone can help me I would love it! I'm starting to lose my mind I've been trying to get this to work with FORMs for

Authentication Issues

2008-08-26 Thread Erik Rumppe
throws ServletException, IOException { HttpSession session = request.getSession(); session.invalidate(); Cookie[] cookies = request.getCookies(); for (int i=0; iI'm using Tomcat 6 with the VRaptor and Velocity frameworks. If anyone can help me with this it would be greatly