Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-1069

Propagate SessionContext to end of request only if a manual Session.invalidate() was called

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.6.0
    • Context and Scopes
    • None

    Description

      The CDI spec defines that a Session needs to be

      • destroyed immediately on a session timeout
      • destroyed at the end of the request if a manual Session.invalidate() got invoked.

      This is pretty hard to detect as the session enviction also gets invoked at the begin of a request but only after the sessionInitialized events got fired.

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: