Bean is not marked to be in session scope still I notice the below object in session:
org.apache.myfaces.view.facelets.DefaultFaceletsStateManagementHelper.SERIALIZED_VIEW
It is consuming around 6000 bytes.
Any suggestion on why this is getting created?
It’s the view state of the JSF views which have been requested in the current session. This is normal if the state saving method is set to
server(as by default) instead ofclient.See also: