AP .Net HttpSessionState Collection
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello everybody, i would like to know how to put my hands on the collection of all the existing Session of an application. I think i can create a collection of the HttpSessionStates myself by collecting them in the SessionStart event handler, but would all these objects still valid if i don't use InProc sessions? Anyway, i am pretty sure there is a much cleaner way to do this. Thanks