Login Ticket Object

From EPrints Documentation
Jump to: navigation, search

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 NameTypeDescription
codeid fieldA randomly generated hash used in the HTTP cookie
securecodeid fieldA randomly generated hash used in the HTTPS cookie.
useriditemref fieldThe user who is logged in with this login ticket.
ipid fieldThe IP address associated with the login ticket. Not set if $c->{ignore_login_ip} is set to 1.
timebigint fieldThe time in seconds since the start of epoch the login ticket was created.
expiresbigint fieldThe time in seconds since the start of epoch the login ticket will expire.

See Also