Re: Size of session bean

2006-01-14 Thread Frank W. Zammetti
That's an interesting question... looking at the code I wrote in Java Web Parts for the getSessionSize() method, I'm only taking into consideration the fields of the objects in session. I think this is OK because IIRC, when an object is serialized, only the non-transient values are

RE: Size of session bean

2006-01-14 Thread Duan, Nick
, January 14, 2006 1:35 PM To: Tomcat Users List Subject: Re: Size of session bean That's an interesting question... looking at the code I wrote in Java Web Parts for the getSessionSize() method, I'm only taking into consideration the fields of the objects in session. I think this is OK because IIRC