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.
我正在为我的 kohana 3 网站使用 authlite 身份验证模块。现在,两个用户可以在同一个会话中使用相同的凭据登录。出于安全原因,我不希望这种情况发生。
我有没有可能避免它?
多谢
Auth 不会为您做那种检查。如果需要,您需要覆盖生成令牌的函数并将一些代码添加到: