I'm new to servlets and jsp, but i can write simple ones. currently on all pages of my webapp, there is a login form, added with jsp:include. i want to create login mechanism, so that after a user is validated, i dont get redirected( simple servlet mechanism ), but login form disappears(like in most normal websites).
all the examples i find, they teach me how to validate+redirect. How can i do what i specified instead? if its complicated, then at least general direction, right now i don't even really know what to google for exactly.
Thanks