This table records access to the ListManager web GUI, as recorded by the ListManager web server.
This table was added in version 8.8.
Field Name |
Description |
Version Added |
AccessDateTime |
The date and time this page was accessed. (smalldatetime, NOT NULL) |
Added in 8.8 |
RemoteIPAddr |
IP address in dotted-octet string ("192.168.176.53") (char(15), NOT NULL) |
Added in 8.8 |
UserName |
Login name of ListManager user. (varchar(100), NOT NULL) |
Added in 8.8 |
AdminType |
What type of administrator this is.("list", "site", "server"). (char(10), NOT NULL) |
Added in 8.8 |
Url |
The URL the admin requested. (varchar(1024), NOT NULL) |
Added in 8.8 |
List |
The name of the list logged into (varchar (60), NULL) |
Added in 8.8 |