did that via a SerlvetFilter and just serialized the session into a byte[] and 
output the size. As benefit you also see early on whether you have something 
which is not properly Serializable and would fail on a cluster.

LieGrue,
strub





> On Monday, 2 February 2015, 20:01, Karl Kildén <[email protected]> wrote:
> > Hello!
> 
> Anyone got some ideas on how to measure session size?
> 
> I serialized the JSF sessionmap and it gave some hints but seems not
> everything is there. If I CDI scope with Session and put a lot of stuff in
> my bean the JSF map does not grow and I can't figure out how to serialize
> the session manually...
> 
> If anyone knows exactly how viewstate and sessionstate is stored for a
> modern CDI/JSF application I would be glad to hear about some internals.
> 
> I have no issues - just want to know this so I can keep tabs as my app grows
> 
> cheers
>

Reply via email to