When you enter a user name, a password and then submit, the form data is posted to "index.jsp". If you successfully login, on the server-side you are forwarded to welcome.jsp. The end result is that your browser never sees the actual URL for welcome.jsp: as far as it is concerned, you posted to index.jsp and some html was returned -- the ...