We have an ASP.NET Webforms application, where currently we are storing our session data in a State Server. Now we wish to increase the session timeout period for the application.
This is Of course possible, but for this we need to calculate the new hardware requirements.
And hence we need to see the size of the objects stored in the session. Could you please suggest any way/tool that can help us to identify the size of various objects stored in the session.
Any help or pointers would be greatly appreciated.