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

This code includes an ASP.NET application that demonstrates four client-side state-management techniques: cookies, hidden fields, query strings, and ViewState.
