最近,我开始注意到我的 Web 应用程序在页面之间的请求数量随机后会随机注销用户。我经历了所有可能的情况,并注意到它仅在UserIsOnlineTimeWindow
(Membership
提供者的)属性不等于默认FormsAuthentication
Timeout
属性时发生。
这UserIsOnlineTimeWindow
会影响默认FormAuthentication
提供程序吗?
它们需要相同吗?
如果有,请解释...
以下是不言自明的,尽管它没有描述默认Membership
API 和FormsAuthentication
(关于上述相互影响的属性)之间的任何关系:
指定用户在上次活动日期/时间戳之后的分钟数,在此期间用户被视为在线。
http://msdn.microsoft.com/en-us/library/system.web.security.membership.userisonlinetimewindow