Searched refs:httpSession (Results 1 – 3 of 3) sorted by relevance
85 HttpSession httpSession = request.getSession(false); in renewSession() local89 …if (_renewSession && httpSession!=null && httpSession.getAttribute(AbstractSessionManager.SESSION_… in renewSession()93 httpSession = AbstractSessionManager.renewSession(request, httpSession,true); in renewSession()96 return httpSession; in renewSession()
133 …public static HttpSession renewSession (HttpServletRequest request, HttpSession httpSession, boole… in renewSession() argument137 for (Enumeration<String> e=httpSession.getAttributeNames();e.hasMoreElements();) in renewSession()140 attributes.put(name,httpSession.getAttribute(name)); in renewSession()141 httpSession.removeAttribute(name); in renewSession()144 httpSession.invalidate(); in renewSession()145 httpSession = request.getSession(true); in renewSession()147 httpSession.setAttribute(SESSION_KNOWN_ONLY_TO_AUTHENTICATED, Boolean.TRUE); in renewSession()149 httpSession.setAttribute(entry.getKey(),entry.getValue()); in renewSession()150 return httpSession; in renewSession()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...