forked from External/mage
* Mage server - Some changes to disconnect reason handling.
This commit is contained in:
parent
382e9e3506
commit
6a3b0afc09
10 changed files with 71 additions and 55 deletions
|
|
@ -13,6 +13,8 @@ public interface LogKeys {
|
|||
|
||||
String KEY_SESSION_KILLED = "sessionKilled";
|
||||
|
||||
String KEY_SESSION_EXPIRED = "sessionExpired";
|
||||
|
||||
String KEY_SESSION_DISCONNECTED = "sessionDisconnected";
|
||||
|
||||
String KEY_SESSION_DISCONNECTED_BY_ADMIN = "sessionDisconnectedByAdmin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue