Also, web.config - please explain.
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false" timeout="120"/>
We are using inproc mode and we used the 20 session variable in our web application. We need to know each variables Occupying the memory spaces.