Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get all session data from server?
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01233840
Message ID:
01234147
Views:
20
You can't get at that data because each ASP.NET thread only sees the current user's session data.

What you can do is set your session store to SQL Server and then you can access the raw data in SQL Server, but that's not quite the same thing.

What reason would you have to screw with session data of other users?

+++ Rick ---

>In my web application, I use session to store username as code below.
>
> Session("username") = usernameTextbox.Text
>
>If there are 50 users login to my application, the server should have 50 copies of session objects, which store username.
>
>May I know how can my web page get all these 50 objects?
>
>Please advice. Thanks.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform