0

我在 Windows 资源管理器中使用 Map Network Drive 添加 Sharepoint 文件夹。此链接应该在 Sharepoint 返回的安全令牌的生命周期内有效。当令牌过期时,访问映射驱动器的唯一方法是重新登录到 Sharepoint。有没有办法在到期前或到期后刷新令牌以避免重新登录步骤,比如通过用户可以运行的控制台应用程序?

4

1 回答 1

1

您可以尝试几种方法。

  1. 将过期时间配置为较长,并创建简单的应用程序或 powershell 脚本,并在预定义的时间段内使用调度程序运行它。
  2. 将 Global.asax 修改为永无止境的会话。

检查这个

http://blogs.technet.com/b/speschka/archive/2010/08/09/setting-the-login-token-expiration-correctly-for-sharepoint-2010-saml-claims-users.aspx

http://blogs.southworks.net/fboerr/2011/04/15/sliding-sessions-in-sharepoint-2010/

http://jasear.wordpress.com/2011/01/10/sharepoint-2010-set-session-timout-on-a-fba-enabled-site/

于 2012-03-15T08:07:36.910 回答