0
kicks
Why and When to use SQL Server for ASP.Net session state?
Once you start running multiple web servers for the same web site, the default asp.net session state, InProc, is no longer useful, as you cannot guarantee that each page request goes to the same server.