I am new to JSF and primefaces. So please excuse me for bad understanding.
I have few parameters, which are retrieved on index.xhtml(starting page). How can I set these parameters into the session or in RequestParameterMap to retriever again in every other page and bean or from some other way.
FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap();
I retrieve value from it. But I want these values to be set in session or in this map, or what would be the best way ? Because those are geolocation parameters, which I do not see in any other page except on starting index.xthml page.