Nucleus uses the nucleus_tickets to prevent against certain security issues. In particular: each action on the admin area that affects the settings or database contents, requires a ticket. These tickets are generated when requesting an admin area page and passed along with the form. Tickets are destroyed one hour after their creation.
| Column Name | Type | Default | Description |
|---|---|---|---|
| ticket | varchar(40) | Unique ticket, valid for one particular member. A typical ticket looks like this: 65303a785423b4d53c7b3e6579766f26 |
|
| member | int(11) | Member for which this ticket is valid. | |
| ctime | datetime | Time of ticket creation. A ticket is valid no longer than one hour. |