In order to decide a better state saving method for my JSF app from amongst server side & client side saving, I wanting to see the saved state data when the state is saved to client.
I need to have an idea of how much data is transferred back & forth between the requests & if I reduce that to keep the advantages of client side saving(like all time responsiveness & no dead app after view expires)! Could I see this saved state in firebug plugin in firefox ? How ?