How can I access the Sessions

  • Thread starter Thread starter Yurai Núñez Rodríguez
  • Start date Start date
Y

Yurai Núñez Rodríguez

Hello,

I need to access the sessions alive in my ASPNET Application. I have access
to the Application object but, I don't know any method to enumerate all the
sessions and the corresponding data. Is it possible?

Any hint would be of great help. Thanks,

Yurai
 
There is no built in way to do this.
You'll need to manually write the information you need to a centrally
accessible data store, such as the Application object.
 

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