Hi have 5
jsp my first login.jsp which contans 2 fields userid and password and a login button on submit of the login auth.jsp will get called which check for the username and password if the username and password is correct it will execute the following code
and if everything is allrite than it will redirect to home.jsp
my home.jsp
my home1.jsp
same as home2.jsp and so on...
But when i go directly to home.jsp or home2.jsp using address bar of my browser it is not checking for session
and also in my console there is no output for following line...which is in mu home.jsp,home1.jsp and home2.jsp
is there any perticuler reason for this behaviour ??? If i'm using the wrong technique what is the right technique to prevent user from accessing internal pages without going through login page ???
thanks in advance

[ February 28, 2007: Message edited by: Jigar Naik ]