-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0.GA
-
None
When calling HttpSession.invalidate() and redirecting to a page that uses a SessionScoped Bean a ContextNotActiveException exception gets thrown.
This is a different behavior than when using the optional JSF annotations (ManagedBean, SessionScoped) and is also different from the standard HttpRequest behaviour where a call HttpRequest.getSession() by default creates a new Session, even after a call to invalidate in the same request/response cycle.
- is related to
-
WELD-416 Consider whether we should hold destroying the session context until all requests using it have ended
- Closed