I use ASP.NET website on IIS7 where in web.config I have: <sessionState mode=\"InProc\" timeout=\"20\"></sessionState>
I\'m having problems with retrieving multiple instances of a session variable from an InProc session state.
Here is my situation: I have a web and database server (SQL Server 2005) in a LAN. The webserver(iis6) has several application pools and sites run fine with asp.net session inproc. both servers run