This space is archived

For current information please use the current ExamSys documentation

denied_log

Purpose: Stores information when a user receives an access denied warning (staff or students)
Joins: users table.

FieldTypePurpose
idint(11) unsignedPrimary Key – auto increment.
userIDint(11) unsignedID of the member of user accessing the page.
trieddatetimeThe time/date when attempted access occurred.
ipaddresschar(60)The IP address of the computer accessing the page.
pagevarchar(255)The URL of the page being that was attempted to be accessed.
titlevarchar(255)The title of the warning displayed to the user (usually 'Page not Found')
msgtextThe msg displayed to the user.

See also: Security Principles