5
Shouts

“CompressionEnabled” Session in ASP.NET 4.0 « Abhijit's World of .NET

published 718 days, 18 hours, 15 minutes ago posted by abhijitjanaabhijitjana 719 days, 14 hours, 32 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 1:06:23 PM GMT

Session is the most important state management mechanism for a web application. In ASP.NET we are having two type of state management 1. In Process

  1. Out Process “In process” is the by default session storage mode for ASP.NET Web application. When it comes under Out Process we can use either of state server or SQL Serverto persist our session d...
category: ASP.NET | clicked: 0 | | source: abhijitjana.net | show counter code
tags: State Management, ASP.NET 4.0