473,326 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Session list count from the IIS ?

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].
Jul 26 '07 #1
3 4350
That's not possible, a session cannot interact with other sessions.

"Loyola stalin" <Lo**********@discussions.microsoft.comwrote in message
news:C6**********************************@microsof t.com...
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].

Jul 26 '07 #2
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" <Lo**********@discussions.microsoft.comwrote in message
news:C6**********************************@microsof t.com...
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].

Jul 26 '07 #3
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" <Lo**********@discussions.microsoft.coma écrit dans le
message de news: C6**********************************@microsoft.com...
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].

Jul 26 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Colin Steadman | last post by:
I have created a function to kill all session variables that aren't in a safe list. This is the function - Sub PurgeSessionVariables For Each Item In Session.Contents Select Case Trim(Item)...
2
by: eselk | last post by:
I'm new to ASP. If I store information in these handy "session variables" am I going to run into many limitations that I wouldn't have it I added a database record for each session instead? For...
5
by: Jim Heavey | last post by:
How would I iterate over the session varriables listing all the names of the session variables which currently exist? Why would it be that if I set a session variable and then immediately...
3
by: coleenholley | last post by:
I need to know how to get a specific row/cell of data to post as a session variable - like I would with an ASP.Net table: Dim ld_sum_tot_cty_tax As Doubl Session("wa_tot_gal") =...
13
by: Leszek Taratuta | last post by:
Hello, I have several drop-down lists on my ASP.NET page. I need to keep data sources of these lists in Session State. What would be the most effective method to serialize this kind of data...
7
by: Mr Newbie | last post by:
I have written a Custom Control Menu. Its fairly simple but it works well enough. In order to simplify things I decided to store the Menu1 custom control in Session. In the page load event below,...
4
by: Matt Jensen | last post by:
Howdy I've got a rather strange issue occuring. I used forms based .NET authentication, although I'm also setting some session variables when people login. However, I've found when people use...
7
by: aroraamit81 | last post by:
Well Guys, Here is a very strange trouble. When more than one users request tto same page at the same time then our session gets conflicted. Moreover I printed my SessionID, strangely but true I...
20
by: p175 | last post by:
Hi people, I have a stored procedure that creates many Global temporary session tables. Into each of these tables go the results of various processing using relational division all keyed and...
0
by: TRB_NV | last post by:
I'd been using an Access database based shopping cart, but wanted to change it so that it would use session variables. I have a form that's submitted to a page called addtocart.asp that contains...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.