need help in security issue !!
Hi All,
I want know how I can protect my JSP pages to be viewed without authentication?
Let me expain it in detail:
I am having one web Application where home page is login.jsp.
From login.jsp if anybody enters valid username and password then he will be forwarded to Welcome.jsp page.
Now in addressbar if I am explicitly giving the name Welcome.jsp it is coming with some limited information(without information related to loginid ). But I want to prevent it. That means if anybody is trying to access the Wecome.jsp page he should come through the "Login.jsp" page only, otherwise "access denied message" will be displayed.How I can do this?
Thanks in advance,
Shruti
Message was edited by:
panther_vip

