Searched refs:renewSession (Results 1 – 2 of 2) sorted by relevance
50 renewSession((HttpServletRequest)request, null); in login()83 protected HttpSession renewSession(HttpServletRequest request, HttpServletResponse response) in renewSession() method in LoginAuthenticator93 httpSession = AbstractSessionManager.renewSession(request, httpSession,true); in renewSession()
133 …public static HttpSession renewSession (HttpServletRequest request, HttpSession httpSession, boole… in renewSession() method in AbstractSessionManager