How to secure a page?

2001-02-05 Thread Roland Dong
I remember someone posted Login-related question recently. I have a newbie question on this. In my web application, I have login1.jsp which calls login2.jsp to handle the actual login process. I use JDBC-ODBC-Oracle to handle the database connection. If successfully logged in, the user will be

Re: How to secure a page?

2001-02-05 Thread Ravi Prashanth
In welcom.jsp, first check for 'username' in the session. If there's none, then redirect the user to login page. You can store this 'username' into the session (HttpSession) from the login page (login1.jsp). So, if someone directly tries to enter http://localhost:8080/examples/jsp/welcom.jsp , t

Re: How to secure a page?

2001-02-05 Thread Le van Thu
Hi, Your answer is interesting, but please tell me how a hacker can duplicate at the second page. Thankyou. ThuLV, - Original Message - From: "Ravi Prashanth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 1:49 AM Subject: Re: How to

Re: How to secure a page?

2001-02-06 Thread Ravi Prashanth
> >- Original Message - >From: "Ravi Prashanth" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, February 06, 2001 1:49 AM >Subject: Re: How to secure a page? > > > > In welcom.jsp, first check for 'username' in

Re: How to secure a page?

2001-02-07 Thread Duffey, Kevin
, 2001 8:39 PM > To: [EMAIL PROTECTED] > Subject: Re: How to secure a page? > > > Hi, > > Your answer is interesting, but please tell me how a hacker > can duplicate at > the second page. > Thankyou. > ThuLV, > > - Original Message - > From: "Ra