ASP.NET, "Manage Session State on the Server," by Leonard Lobel [Visual Studio Magazine, October 2003]

This code includes an ASP.NET application that demonstrates seven client-side state-management techniques: cookie-based sessions, cookie-less sessions, read-only sessions, application static variables, out-of-process  (ASP.NET State Service), and out-of-process (SQL Server).
