Session list count from the IIS ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using ASP .NET 2.0 along with Windows'XP OS.

Let me explain the problem, whenever the user singing into a application, we
need to create the session for the specific user. I want to retrieve all the
session objects, which is available on the application server[IIS].
 
By design a session is user specific. You could register some information at
a broader scope (for example in an application rather than in a session
variable). You may want to explain what you are trying to do...
 
Back
Top