Details
-
Type:
Bug
-
Status: Open
-
Priority:
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
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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion