Understanding ASP.NET session state management from a DBA’s perspective

While I no longer do .NET development nowadays, I find it hard not to use my previous background as a reference when talking about databases. One specific discussion that came up today was how ASP.NET manages session state. In order to configure an ASP.NET application to do session state management, you need to configure the […]