Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您如何使用 Perl 语言保存登录网站的用户和未登录网站的用户的统计信息?
您编写一个数据库,确定他们可以在不重新验证的情况下访问网站的最长时间,然后在数据库中查询符合该条件的每个人。
网页并不那么容易选择一个数字并使用它。记录没有帮助。您的系统需要一个用户数据库,并且您需要在其中跟踪上次访问时间并计算未超时的人数。否则,基于 Web 的登录基本上永远不会结束,因为您也可以访问他们的浏览器没有最终标准(即使使用会话 cookie,他们也可以让他们的浏览器运行多年)。