How can I use servlets to make sure a user has logged in before I handle the request?
Created May 4, 2012
Sylvain GIBIER Since a JSP page is nothing else than a servlet, you can look at this FAQ entry :
http://www.jguru.com/jguru/faq/view.jsp?EID=16898.
http://www.jguru.com/jguru/faq/view.jsp?EID=16898.