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].
Aidy - 26 Jul 2007 14:30 GMT
That's not possible, a session cannot interact with other sessions.
> Hi,
>
[quoted text clipped - 5 lines]
> the
> session objects, which is available on the application server[IIS].
Eliyahu Goldin - 26 Jul 2007 14:37 GMT
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.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> Hi,
>
[quoted text clipped - 5 lines]
> the
> session objects, which is available on the application server[IIS].
Patrice - 26 Jul 2007 17:32 GMT
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
> Hi,
>
[quoted text clipped - 5 lines]
> the
> session objects, which is available on the application server[IIS].