949596979899100101102103104
} } else { // Handle resume of the request currentSession = currentRequest.recoverNewSession(sessionManager); if (currentSession != null) currentRequest.setSession(currentSession); } } } Log.debug("Session = {}", currentSession);
164165166167168169170171172173174
response.addCookie(cookie); } } else { session=base_request.recoverNewSession(_sessionManager); if (session!=null) base_request.setSession(session); } }
165166167168169170171172173174175
8586878889909192939495