-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
1.4.6.Final
-
None
Currently, HttpServletRequest.getSession(...) will return an invalid session if a concurrent request has invalidated the session. According to the servlet spec, this method should return null (or a new session) if the session currently associated with the request was invalidated.
- relates to
-
WFLY-6744 Problem logout in cluster, not destroyed session (javax.faces.FacesException: UT000010: Session not found)
- Closed