标签: c# asp.net-mvc session web-config
我需要以下内容:当会话结束时,会显示提示弹出窗口和登录的消息。或者首先登录,然后是消息。 我在web.config中有代码:
<authentication mode="Forms"> <forms name=".AUTHFORMS" loginUrl="~/Account/Login" protection="All" timeout="20" cookieless="UseCookies"/> </authentication>
请你就此提出建议吗?