我需要在global.asax.cs中访问Session_End事件上的Session变量,但HttpContext.Current为null,因此没有任何会话变量可访问.
a)我可以以某种方式以不同的方式访问用户会话,或者
b)在Session_End之前是否有任何其他事件,我可以访问用户的会话变量?
asp.net session
asp.net ×1
session ×1