I\'m trying to implement session tracking on my website. Basically I want the users to be able to login in my website using their username and their password, pass throw my webs
You can use a servlet to login to your application.
But you need a filter to restrict access to secured pages.
Every request must pass through that filter.