List sessions

  • Thread starter Thread starter Waldemar Grzywiñski
  • Start date Start date
W

Waldemar Grzywiñski

Is possible to get list sessions current web application; start time, logged
user and other properties ?
 
Is possible to get list sessions current web application; start time,
logged user and other properties ?

I don't think sessions are accessible...

But you could use a database to store that sort of informaiton. Use the
OnSessionStart and OnSessionEnd events in your global.asax to update the
database.
 
One option is to use Session_Start & Session_End events (in global.asax)
 

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