📅  最后修改于: 2022-03-11 15:03:35.987000             🧑  作者: Mango
FacesContext fCtx = FacesContext.getCurrentInstance();
HttpSession session = (HttpSession) fCtx.getExternalContext().getSession(false);
String sessionId = session.getId();