List all active ASP.NET Sessions

后端 未结 9 1857
情话喂你
情话喂你 2020-11-28 22:39

How can I list (and iterate through) all current ASP.NET sessions?

9条回答
  •  失恋的感觉
    2020-11-28 23:06

    To the best of my knowledge, with standard in-memory sessions you cannot. This is something I was grappling with last week and I came to the determination that it isn't possible unless you are using a session state server. Seems rather odd from a design standpoint if you ask me. :/

提交回复
热议问题