Posts by Vitor Oliveira • 1 point
1 post
-
0
votes1
answer153
viewsQ: If the user accesses the home before logging in he must be redirected to the index using jsp
What verification should I do if the user directly accesses the home.jsp page without logging in? Noting that I am not using Servlet for this situation, only jsp pages. Code from home.jsp page:…