(Who loves that alliteration?) I would like to build a simple profiler that can tell me the size of my session at any given point in the application. Does anyone have any suggestions?
My initial thought was just to serialize the session map into a byte array and report on its size. Are there any products out there that do this? Is there a better strategy? Right now, I don't care THAT much about the size of the objects within the session, but just the session itself. However, I might want to delve deeper eventually. Thanks. -- -Heath Borders-Wing [EMAIL PROTECTED]

