tags:

views:

34

answers:

1

I want to know session management techniques in ASP.Net

A: 

There's quite a good article on State Management in ASP.NET here:

INFO: ASP.NET State Management Overview

This talks about both Application State and Session State, and the management thereof. What exactly are you concerned about? Perhaps adding a bit more context to the question would help.

Zhaph - Ben Duguid