How to use sessions throughout all the servlets and JSPs in a project?
When I go to one of my JSP pages, which exists in my project, writing directly the JSP file name in URL, like localhost:8080/XYZ/abc.jsp
, without validating login, the JSP page is opening in the browser.
How could I manage the JSP pages and servlets so that there will be no access to any page without login authentication?