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.
 
Back
Top