A.Use the InProc Session Management mode to store session data in the ASP.NET worker process.
B.Use the SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database.
C.Use the SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm.
D.Use the StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm.