mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
!26 update sa-token-core/src/main/java/cn/dev33/satoken/session/SaSessionCustomUtil.java.
Merge pull request !26 from 知知/N/A
This commit is contained in:
@@ -31,7 +31,7 @@ public class SaSessionCustomUtil {
|
||||
* @param sessionId session的id
|
||||
* @return 是否存在
|
||||
*/
|
||||
public boolean isExists(String sessionId) {
|
||||
public static boolean isExists(String sessionId) {
|
||||
return SaTokenManager.getSaTokenDao().getSession(splicingSessionKey(sessionId)) != null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user