Posts by Josinaldo Gomes • 3 points
1 post
-
0
votes1
answer760
viewsQ: How can I block access to application pages with session filter?
Session Filter Code @WebFilter(urlPatterns = { "/*" }) public class FiltroSessaoUsuario implements Filter { public void init(FilterConfig fConfig) throws ServletException { } public void…