세션 무효화 적용

This commit is contained in:
2024-02-21 12:23:51 +09:00
parent c0e1e229cd
commit f734ef099b
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ func (sh *serviceDescription) authorize_dev(w http.ResponseWriter, r *http.Reque
Accid: authinfo.Account,
})
}
sh.sessionProvider.Delete(authinfo.Account)
sh.sessionProvider.Invalidate(authinfo.Account)
}
return