ASP.NET Session_End event not firing

后端 未结 4 1280
南笙
南笙 2021-01-13 04:01

I\'m trying to get a database transaction to execute when an ASP.NET session ends (in simple WebForms app on Windows 2008 Server). I realize that many respondents will sugg

4条回答
  •  一向
    一向 (楼主)
    2021-01-13 04:17

    Try initializing the session from within the same method that queries the database.Do it before querying the database.

提交回复
热议问题