List of sessions on server

  • Thread starter Thread starter Ron J
  • Start date Start date
R

Ron J

For Admin purposes I want to be able to list all the sessions running on the
IIS server. I would expect that I could get info like Username and other
sessionvars that my application has set. This way I can debug. Can you
direct me to info like that?
 
there is no build in feature. you add it with code on begin and end
session events (at least with inproc session managers)

for sqlserver session managers the best you can do a db query of
unexpired sessions.

-- bruce (sqlwork.com)
 

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