Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: User Authentication


Message #1 by "shams" <shamshed.ahmed@o...> on Thu, 12 Dec 2002 20:05:04
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

  Return to Index