Community

Using SQL Server to maintain session state

(Tony Patton) Maintaining data between server calls is a common dilemma in Web development. You may need to maintain information for the application or for particular user sessions. Storing such data is called state management, and ASP.NET provides the means to accomplish the task via various avenue

Read More - Register for Free Membership