views:

191

answers:

0

I would like to enumerate the current active sessions for my application. I would like a page that shows information like current number of active sessions, when they will expire, maybe even contents of session.

It seems like all this information would be available using the SQLServer mode of sessionState.

Is there anyway to query this information using the other modes of sessionState?