
i want to ask that do i need to define httpsession in every servlet or jsp in my web application? if yes, then on which servlet? the very first one like my welcome page which comes after login page or registration page.if no,then how do other servlets know that i defined a session. i am using HttpSession session = request.getSession(); in every servlet in my web page.Help :(
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.