authentication - Sitecore:sitecore 域用户统计信息

标签 authentication statistics sitecore

我正在使用 Sitecore 8 Update 2。 我正在寻找一种方法来获取有关登录的 sitecore 用户数量的统计信息(随着时间的推移,而不仅仅是现在)。

主要是想看看系统上工作的实际人数是否接近许可证允许的最大用户数。否则,公司可能会支付严重过高的费用。

是否已经有现成的解决方案或可用的模块?

最佳答案

如果您访问此页面:

<your-domain>/sitecore/client/Applications/LicenseOptions/KickUser

它将为您提供所有当前登录的 CMS 用户的列表。该页面是一个 SPEAK 应用程序,并且有一个名为 ActiveUsersDataSource 的数据源。 。在代码中,此数据源使用 DomainAccessGuard.Sessions属性来获取所有 session 的列表。

因此,如果您只想要一个列表,KickUser 页面应该就足够了。如果您想运行报告,可以使用 DomainAccessGuard.Sessions属性(property)作为开始。您可以使用它来非常简单地使用 Sitecore Powershell 扩展编写报告。

关于authentication - Sitecore:sitecore 域用户统计信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36860732/

相关文章:

android - 使用Facebook APP Authentication 自动登录手机网站?

asp.net - 从表单例份验证转换为 Windows 身份验证

python - numpy/scipy 中的矢量化索引/切片?

检索 R 中的最佳簇数

statistics - "trimmed"在SciPy统计函数中意味着什么?

web-config - 用于生产只读环境的Sitecore web.config和文件结构

pdf - Sitecore 在下载链接上显示 .pdf 扩展名

营销人员的 Sitecore WebForms : send email to users

CakePHP $this->Auth->login() 不起作用

java - 为什么我在这个简单的 WebSphere 示例 web.xml 中得到 "Error 403: AuthorizationFailed"?