This file customizes the ADataSession class to apply to arena engine instances.
More...
|
string | Plugins.Session.Arena.Sessions.asUserName = "/user/username" |
| The variable used to track the name of the user.
|
|
string | Plugins.Session.Arena.Sessions.asUserAgent = "/user/user-agent" |
| The variable used to track the user agent.
|
|
string | Plugins.Session.Arena.Sessions.asIPV4SessionVariable = "/user/ip/v4" |
| The session variable used to track the IPv4 address of the user.
|
|
string | Plugins.Session.Arena.Sessions.asIPV6SessionVariable = "/user/ip/v6" |
| The session variable used to track the IPv6 address of the user.
|
|
string | Plugins.Session.Arena.Sessions.asSessionLastClosed = "/session/last-closed" |
| The variable used to track when the session was closed.
|
|
This file customizes the ADataSession class to apply to arena engine instances.