When you create a new session with Content Server using API (either using the 'auth' API or an 'Impersonate User' API), a ticket is created. This ticket is valid for a specific period of time (I think 30 minutes). Two questions:
- Suppose you use this ticket directly after you have created it. And then you don't use it for 10 minutes. The ticket can then be used for another 20 minutes before it expires. After these 10 minutes, the ticket is used again to execute a search (for example). What happens then to the remaining time that the ticket is valid? Is it still valid for 20 minutes, or is the time that it is valid set back to 30 minutes?
- Is it possible to cancel/delete a ticket or declare it invalid using API?
Kind regards,
Rob