Q:

aktuelle session id auslesen jsf

FacesContext fCtx = FacesContext.getCurrentInstance();
HttpSession session = (HttpSession) fCtx.getExternalContext().getSession(false);
String sessionId = session.getId();
0

New to Communities?

Join the community