
How to check,whether the user is logged in or not in servlets to disply the home page?

Login using JSP and Servlets
On login, get the Username from the database and store it in session.On logout, just remove the User from the session or -more drastically- invalidate the entire session.
For more information, visit Login and Logout
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.