Hits Today: 1 Total: 7727 | Updated: 8/13/2001 | |
 | Typically we used in process sessions to store our variables.In this article we will take a look at storing the session state in a SQL server database. Author: Bipin Joshi Code: ASP.NET Beta 2 & VB |
Hits Today: 1 Total: 12228 | Updated: 2/17/2003 | |
 | Summary: Discusses how to share session state between classic ASP and Microsoft ASP.NET using Microsoft Windows .NET Framework classes and the serialization feature of the Framework. Author: Billy Yuen Code: ASP.NET v1.0 |
Hits Today: 1 Total: 4038 | Updated: 4/14/2002 | |
 | This step-by-step article demonstrates how to disable session state in ASP.NET. When session state is enabled, ASP.NET creates a session for every user who accesses the application, which is used to identify the user across pages within the application. Author: Microsoft Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 3956 | Updated: 7/10/2003 | |
 | This step-by-step article demonstrates how to configure Microsoft SQL Server for ASP.NET SQL Server mode session state management.
Author: microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1142 | Updated: 11/20/2005 | |
 | Microsoft SQL Server session state provides a longer and scalable use of session state in Microsoft ASP.NET. However, SQL Server session state uses the same SQL Server database for all applications that are in the same ASPNET process. Author: Microsoft Code: ASP.NET v2.0 |
Hits Today: 2 Total: 1549 | Updated: 11/21/2005 | |
 | Symptoms: Under certain circumstances, you can share session variables between applications when you use SQLServer session mode. Author: Microsoft Code: ASP.NET v2.0 |
Hits Today: 1 Total: 987 | Updated: 11/27/2005 | |
 | A Microsoft .NET-connected Web application stores a Component Object Model (COM) object in the session state. When you leave the application idle for 12 to 20 minutes, and then you try to gain access to the COM object again... Author: Microsoft Code: ASP.NET v2.0 | |  | |
Hits Today: 1 Total: 5791 | Updated: 2/20/2004 | |
 | Share session state information between ASP "Classic" and ASP.NET with the code provided. I also present alternate resolutions to the implementation I've provided. Author: Sidney Forcier Code: ASP.NET v1.1 & C# |
Hits Today: 1 Total: 1811 | Updated: 5/7/2003 | |
 | This article discusses the problems and the available solutions for maintenance and utilization of ASP.NET session state of the .NET session object. We will start with exploring major issues working with the existing session by... Author: Natty Gur Code: ASP.NET v1.0 & C# |
|