How can I redirect to a page when the user session expires?

前端 未结 11 1732
我在风中等你
我在风中等你 2020-12-28 20:25

I am currently working on an web application that uses ASP.NET 2.0 framework. I need to redirect to a certain page, say SessionExpired.aspx, when the user session expires. T

11条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-28 21:03

    You can also check the solutions provided in below link

    Detecting Session Timeout And Redirect To Login Page In ASP.NET

提交回复
热议问题