Title: Serving secure pages...

Hi list,

I have written a servlet (with help from Jason Hunter's Servlet Programming book of course :) that does a validation of the user once he logins in (say from page1.html). Now my question is whether all subsequent pages are to be coded into the servlet code itself (using out.println("<html>.....</html>") or can I have them as html pages (say a.html,b.html etc...) and then use the redirection property from the servlet.

If it's the second case (i.e., redirection) then the user can always see the url of the page and then at a later login bypass the login mechanism.

Thanks k Regards

Ravi Kumar Gopalankutty
Cognizant Technology Solutions,
Ph: 044-2354281 Extn:4423
e-mail: [EMAIL PROTECTED]
_______________________________________________________________


Reply via email to