HttpSession « API « JSF Q&A





2. HttpSession using JSF    coderanch.com

3. setting and getting values in HttpSession    coderanch.com

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 ...

4. HttpSession in JSF    coderanch.com