退出登录清理缓存
This commit is contained in:
@ -61,4 +61,14 @@ public interface ShiroConstants
|
||||
* 验证码错误
|
||||
*/
|
||||
public static final String CAPTCHA_ERROR = "captchaError";
|
||||
|
||||
/**
|
||||
* 登录记录缓存
|
||||
*/
|
||||
public static final String LOGINRECORDCACHE = "loginRecordCache";
|
||||
|
||||
/**
|
||||
* 系统活跃用户缓存
|
||||
*/
|
||||
public static final String SYS_USERCACHE = "sys-userCache";
|
||||
}
|
||||
|
Reference in New Issue
Block a user