forked from External/mage
[AdminConsole] Added the possibility to end user session without kicking him/her off. Fixed bug with discarding row selection in user table
This commit is contained in:
parent
44ee670baf
commit
74ddaa4a57
8 changed files with 159 additions and 99 deletions
|
|
@ -17,6 +17,8 @@ public interface LogKeys {
|
|||
|
||||
String KEY_SESSION_DISCONNECTED_BY_ADMIN = "sessionDisconnectedByAdmin";
|
||||
|
||||
String KEY_SESSION_END_BY_ADMIN = "sessionEndSessionByAdmin";
|
||||
|
||||
String KEY_NOT_VALID_SESSION = "sessionNotValid";
|
||||
|
||||
String KEY_NOT_VALID_SESSION_INTERNAL = "sessionNotValidInternal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue