1. how to check if a sessionId is valid in a servlet (java) stackoverflow.comI 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 ... |