State management in Web applications is a contentious issue. Should you store user data per session or should you persist it across sessions? You can easily store information temporarily while someone navigates your site by using session state. Fritz OnionMSDN Magazine April 2006
View Complete Post