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

前端 未结 11 1731
我在风中等你
我在风中等你 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条回答
  •  猫巷女王i
    2020-12-28 21:04

    The other way is to tell the browser to redirect itself (via javascript) after a certain amount of time... but that can always be deactivated by the user.

提交回复
热议问题