From ASP.NET can I access all sessions?

Posted by jdk on Stack Overflow See other posts from Stack Overflow or by jdk
Published on 2010-03-14T22:27:01Z Indexed on 2010/03/14 22:35 UTC
Read the original article Hit count: 119

Filed under:
|

I want to enumerate all the Sessions. Are they available, or do I have to keep references to them manually from Session_Start in Global.asax?

© Stack Overflow or respective owner

Related posts about sessions

Related posts about ASP.NET