sessionId « Session « JSP-Servlet Q&A





1. how to check if a sessionId is valid in a servlet (java)    stackoverflow.com

I am maintaining a map of sessionid(s) and HttpSession Objects in my web app. I use an HttpSessionListener to populate or remove a session from the map. When my web server ...