I am using JSP-Sevlet model, on Tomact.
Whenever I do a HttpSession session = argobjReq.getSession(false);, I never get (session = null). Everytime, a new session is created with a different session-id.
So, How can I go about with the session-tracking? Am I missing out some setting in
TomCat ?