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.
我是 jasig CAS 用于我的应用程序的 sso 目的。我可以审计服务器 ip,使用 cas 审计日志概念为不同用户及时登录。连同这些我想保持用户的注销时间。是可能的吗?如果有任何解决方案..请帮助我..如果有任何链接请告诉我...
提前致谢..
如果您无法检索或对 CAS 审计细节不满意,请深入研究 CAS 源代码。
在课堂LogoutController上你可以做你的事情。
LogoutController
下面是方法;
public LogoutController() { setCacheSeconds(0); //TO DO //here do your stuff }
Note:修改后不要忘记在战争中制作类文件和替换。
Note: