I am trying to do a simple login where I want to do the following :: 1 >App consists of Login.jsp , A.jsp & B.jsp 2 >If user is not logged in user should always be directed to Login.jsp 3 >User should not be able to access any JSP directly My queries / doubts and tries from my end :: I ...