All Tags »
SQL »
ASP.Net (RSS)
Sorry, but there are no more tags available to filter with.
-
We use SQL session state on our hosted environment for OnTime 2007, and we wanted to see what sessions were currently active, and how many sessions were active for a given application. Our first glance at the table structures provided didn't yield any immediate clues. There is an ASPStateTempApplications table that looks like this:
In this ...