Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: EE-3.3.0.GA_P07
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      WAS 9 Java 1.8

      Description

      We are migrating ICEFACES 1.8 to 3.3 . In the existing code when we click the log out button its invalidating the http session . Like below

       FacesContext fc = FacesContext.getCurrentInstance();
      ExternalContext ec = fc.getExternalContext();
      final HttpServletRequest request = (HttpServletRequest) ec.getRequest(); final HttpSession session = request.getSession();
      session.invalidate();

      But its not working in the ICE 3.3, How to achieve the same in ICE 3.3

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Unassigned
            Reporter:
            Karthik Parthasarathy
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: