Hello -
I have a question about session variables. We use serializable value objects to store values. Sometimes we're using composite / aggregate objects and I'd like to know how much memory these objects are occupying.
What's a good way to see how big these objects are, so I can see what kind of memory they are using on the server.
Also -
Is there anything to be done with compression and session variables? I didn't know if we could compress them before writing the variable, and uncompress them when retrieving them. Is there any value to this?
Thanks so much. Please let me know if you need more detail.