声明式验证超时问题

使用声明验证经常会遇到超时问题,我是这样解决的

$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

posted @ 2013-08-26 18:17  一只老鼠  阅读(219)  评论(0编辑  收藏  举报