Question 627. What Are The Different Modes For The Sessionstates In The Web.config File?
The following list describes the available session state modes: InProc mode, which stores session state in memory on the Web server. ... StateServer mode, which stores session state in a separate process called the ASP.NET state service. ... SQLServer mode stores session state in a SQL Server database.