By default, ASP.NET will store session information in memory inside of the worker process (InProc), typically w3wp.exe . There are other modes for storing session, such as Out of Proc and a SQL Server.
By default, ASP.NET will store session information in memory inside of the worker process (InProc), typically w3wp.exe . There are other modes for storing session, such as Out of Proc and a SQL Server.