세션 최적화

This commit is contained in:
2024-08-20 22:53:58 +09:00
parent cc6115f30c
commit 7c41346f51
2 changed files with 4 additions and 25 deletions

View File

@ -201,7 +201,7 @@ func (caller apiCaller) blockAPI(w http.ResponseWriter, r *http.Request) error {
bi.Accid = accid
caller.mg.bl.add(&bi)
mg.sessionProvider.RevokeAll(accid)
mg.sessionProvider.Revoke(accid)
}
}
} else if r.Method == "DELETE" {