ASP.NET Session State Alternatives
Session variables are easy to use, but they could cause problems with scalability, reliability and security. Although Session State in ASP.NET is improved a lot, especially when compared to classic ASP sessions, it is not appropriate solution in every scenario. This tutorial explains all possible and recommended alternatives for ASP.NET Session state.