mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-08-24 16:18:38 +08:00
update sa-token-doc/doc/use/kick.md.
This commit is contained in:
parent
985eaac79a
commit
9c467793f0
@ -52,4 +52,8 @@ StpUtil.untieDisable(10001);
|
|||||||
StpUtil.logoutByLoginId(10001);
|
StpUtil.logoutByLoginId(10001);
|
||||||
// 再封禁账号
|
// 再封禁账号
|
||||||
StpUtil.disableLoginId(10001, 86400);
|
StpUtil.disableLoginId(10001, 86400);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
> 如果想管理当前账号的session怎么办? 请参考:[Session会话](/use/session)
|
||||||
|
> 如果想查询所有账号的session怎么办? 请参考:[会话治理](/use/search-session)
|
Loading…
Reference in New Issue
Block a user