Hello..
I have relatively new to jsp... and I need help is doing few things..
Please help as soon as possible
I have a table in ORACEL ... Table name is user
and I have the following field
USER
======
user_id varchar2(20)
password varchar2(20)
I am trying to create a an log in page... which validates the userid and
password from the table... and create a cookie ... So that I can validate
user when they try to access a page... if they have logged in or not...
and If they are not logged in they will be sent to the login page
automatically....
PLEASE HELP