Login Ticket Object
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Data Objects: Access - Document - EPrint - Event Queue - File - History - Import - Login Ticket - Request - Saved Search - Subject - User
Built in Fields
| Field Name | Type | Description |
|---|---|---|
| code | id field | A randomly generated hash used in the HTTP cookie |
| securecode | id field | A randomly generated hash used in the HTTPS cookie. |
| userid | itemref field | The user who is logged in with this login ticket. |
| ip | id field | The IP address associated with the login ticket. Not set if $c->{ignore_login_ip} is set to 1. |
| time | bigint field | The time in seconds since the start of epoch the login ticket was created. |
| expires | bigint field | The time in seconds since the start of epoch the login ticket will expire. |
See Also
- EPrints::DataObj::LoginTicket - API page