Http Sessions - how much memory does a session consume?
Is the memory consumed by a session fixed in size, or does it change over time? How much memory does a session consume from the JVM? How much out of Native memory?
0