SessionState Information

  • Thread starter Thread starter Urs
  • Start date Start date
U

Urs

Hi

is there a way to access global session state information? I would like to
browse through all the items which have been stored per session under a
given key, e.g. Username, in order to retrieve the values of all users
sessions.

I use both, InProc and StateServer, depending on the installation.

Any hints are appreciated. Thanks,
Urs
 
In a word, "no".
Session is specific to an individual user, and does not expose any kind of
"global" collection.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top