使用声明验证经常会遇到超时问题,我是这样解决的
$sts = Get-SPSecurityTokenServiceConfig $sts.MaxServiceTokenCacheItems = 25 $sts.MaxLogonTokenCacheItems = 10000 $sts.Update() iisreset
参照
http://msdn.microsoft.com/en-us/library/hh446526.aspx
http://social.technet.microsoft.com/Forums/sharepoint/en-US/e13871ce-5b6f-4a3c-bc04-fbce47870856/sharepoint-web-app-randomly-gives-302-redirect-to-reauthenticate-even-with-valid-fedauth-cookie