【发布时间】:2010-10-21 18:23:24
【问题描述】:
我的 webconfig 文件中有这个...
<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="2880" />
</authentication>
timeout 2880 表示需要多少秒或分钟?
如何在我的会话超时时显示我需要显示 SessionTimeout.aspx 页面...
谢谢
【问题讨论】:
标签: asp.net asp.net-mvc