Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Session list count from the IIS ?

Reply
Thread Tools

Session list count from the IIS ?

 
 
=?Utf-8?B?TG95b2xhIHN0YWxpbg==?=
Guest
Posts: n/a
 
      07-26-2007
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
 
 
 
 
Aidy
Guest
Posts: n/a
 
      07-26-2007
That's not possible, a session cannot interact with other sessions.

"Loyola stalin" <> wrote in message
news:C669F562-ECB2-4681-88B3-...
> 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
 
 
 
 
Eliyahu Goldin
Guest
Posts: n/a
 
      07-26-2007
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" <> wrote in message
news:C669F562-ECB2-4681-88B3-...
> 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
 
Patrice
Guest
Posts: n/a
 
      07-26-2007
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" <> a écrit dans le
message de news: C669F562-ECB2-4681-88B3-...
> 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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count = Count + 1 Using only std_logic_1164 Doubt efelnavarro09 VHDL 2 01-26-2011 03:49 AM
Session Timeout problems-web.confg session state and IIS session s =?Utf-8?B?Um9iSEs=?= ASP .Net 4 04-11-2007 04:52 PM
Count(*) in a Subquery with multiple tables: How does SQL determine which table to generate the Count() from? Kaimuri MCSD 3 12-29-2004 06:38 PM
I am adding a new row to the datagrid dynamically but if i use the Count property of Item it is not showing the count of the new rows being added Praveen Balanagendra via .NET 247 ASP .Net 2 06-06-2004 07:16 AM
collection list count (CollectionBase) list.add - problems jason@cyberpine.com ASP .Net 3 11-03-2003 05:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57