1

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?

Simon Dugré
  • 17,980
  • 11
  • 57
  • 73
ad-inf
  • 1,520
  • 4
  • 30
  • 53

1 Answers1

0

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 of client.

See also:

Community
  • 1
  • 1
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555