Java HttpSession Object Memory Size in Tomcat
Hi,
Is it possible to measure the size of a single session attribute [Any Object Let say String Object].
How Tomcat stores the HttpSessionObject in its memory.
Is it beneficial to have one object in session with say 7 String member variables than seven sessions. If it is then what is the estimated memory size difference in above scenario?