Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get all session data from server?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
ASP.NET
Divers
Thread ID:
01233840
Message ID:
01234147
Vues:
19
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform