Click here to Skip to main content
15,894,343 members
Articles / Web Development / ASP.NET

ASP.NET Managed Page Session State

Rate me:
Please Sign up or sign in to vote.
3.00/5 (4 votes)
17 Jan 2009CPOL2 min read 45.6K   243   22  
To manage session state within page scope

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSL", "JSL\JSL.csproj", "{C4415AEE-47C6-424E-B55B-F710BA882B9A}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "SessionWebTest", "..\SessionWebTest\", "{806FA2CA-E013-4A91-A3F4-B819C0E6C415}"
	ProjectSection(WebsiteProperties) = preProject
		TargetFramework = "3.5"
		ProjectReferences = "{C4415AEE-47C6-424E-B55B-F710BA882B9A}|JSL.dll;"
		Debug.AspNetCompiler.VirtualPath = "/SessionWebTest"
		Debug.AspNetCompiler.PhysicalPath = "..\SessionWebTest\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\SessionWebTest\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/SessionWebTest"
		Release.AspNetCompiler.PhysicalPath = "..\SessionWebTest\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\SessionWebTest\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1764"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C4415AEE-47C6-424E-B55B-F710BA882B9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C4415AEE-47C6-424E-B55B-F710BA882B9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C4415AEE-47C6-424E-B55B-F710BA882B9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C4415AEE-47C6-424E-B55B-F710BA882B9A}.Release|Any CPU.Build.0 = Release|Any CPU
		{806FA2CA-E013-4A91-A3F4-B819C0E6C415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{806FA2CA-E013-4A91-A3F4-B819C0E6C415}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{806FA2CA-E013-4A91-A3F4-B819C0E6C415}.Release|Any CPU.ActiveCfg = Debug|Any CPU
		{806FA2CA-E013-4A91-A3F4-B819C0E6C415}.Release|Any CPU.Build.0 = Debug|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Malaysia Malaysia
Jason has worked on many projects in various roles, including software architecture, design and development, and project management. Over his career he has designed and helped to create systems for Warehouse Management System (WMS), Point of Sales (POS), ERP, Property Sales System, Property Management System, Inventory Control System, Asset Tracking System and etc.

Comments and Discussions