会话超时后,asp.net 注销链接已更改

发布于 2024-11-05 03:57:31 字数 56 浏览 0 评论 0原文

我使用了asp.net的loginstatus控件, 应用程序的会话超时后, 注销链接更改为登录。

i used the loginstatus control of the asp.net,
after the session timeout, of an application,
the logout link changed to login.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恋竹姑娘 2024-11-12 03:57:31

如果您的会话超时和表单 cookie 超时设置为相同的值,这是预期的行为。您应该更改“表单”部分中的超时来更改此...

启用CrossAppRedirects =“[真|假]”
cookieless="[UseUri|UseCookies|AutoDetect|UseDeviceProfile]"
域=“域名”
TicketCompatibilityMode="[Framework20|Framework40]">

This is an expected behavior if your session timeout and forms cookie timeout is set to same value.You should change the timeout in the 'forms' section to change this...

<forms
name="name"
loginUrl="URL"
defaultUrl="URL"
timeout="[MM]"
path="path"
requireSSL="[true|false]"
slidingExpiration="[true|false]">
enableCrossAppRedirects="[true|false]"
cookieless="[UseUri|UseCookies|AutoDetect|UseDeviceProfile]"
domain="domain name"
ticketCompatibilityMode="[Framework20|Framework40]">
</forms>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文