HighTechTalks DotNet Forums  

Session list count from the IIS ?

ASP.net ASP.net discussions (microsoft.public.dotnet.framework.aspnet)


Discuss Session list count from the IIS ? in the ASP.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
=?Utf-8?B?TG95b2xhIHN0YWxpbg==?=
 
Posts: n/a

Default Session list count from the IIS ? - 07-26-2007 , 09:14 AM






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].

Reply With Quote
  #2  
Old   
Aidy
 
Posts: n/a

Default Re: Session list count from the IIS ? - 07-26-2007 , 09:30 AM






That's not possible, a session cannot interact with other sessions.

"Loyola stalin" <Loyolastalin (AT) discussions (DOT) microsoft.com> wrote

Quote:
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].




Reply With Quote
  #3  
Old   
Eliyahu Goldin
 
Posts: n/a

Default Re: Session list count from the IIS ? - 07-26-2007 , 09:37 AM



Sessions are maintained by asp.net, not by IIS. And they are created for
every user anyway. Research a bit session management in asp.net, it may put
you on the right way.

--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net


"Loyola stalin" <Loyolastalin (AT) discussions (DOT) microsoft.com> wrote

Quote:
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].



Reply With Quote
  #4  
Old   
Patrice
 
Posts: n/a

Default Re: Session list count from the IIS ? - 07-26-2007 , 12:32 PM



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...

--
Patrice

"Loyola stalin" <Loyolastalin (AT) discussions (DOT) microsoft.com> a écrit dans le
message de news: C669F562-ECB2-4681-88B3-9A44E459464D...soft (DOT) com...
Quote:
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].



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.