c# - Examining all active Sessions and their contents in ASP.NET -
is there utility let me examine contents of session objects website running on iis 7/framework 3.5 on dev box? i've huge code-base stores lots of data in session state (in-proc) , i'm trying find out being stored. of course can find out type of data searching through code wondering if there external utility so. :)
i looked @ looping through session.contents gives current session's data while want examine existing sessions.
thanks!
you can use sql server mode session state , query tables used it. http://msdn.microsoft.com/en-us/library/ms178586.aspx
Comments
Post a Comment