How do I retrieve the session ID value inside a JSF managed bean?
You try
{String uuidFc = FacesContext.getCurrentInstance().getExternalContext().getSessionId(true); }
This line return the facesContext sessionId value