Lets get session state out of the database, and into memory where it belongs.
One of the all to common configuration mistakes that are made is to put the session state within the SQL Server when a website begins to scale to multiple web servers. Some background For those that don’t know what session state is, let me take a step back and fill you in. Session state allows […]