Please I have a bean which has the @sessionScoped
bean( cdi bean) as a scope. when I refresh the jsf page I notice that some of my variable are not initialized( like in the case of @viewScoped
bean).
How could I resolve such issue please and initialize my variables after refreshing this session scoped bean?
Any suggestion is appreciated.