Session Concepts

Access requests can be made as part of a session. This allows the following:

Repeating, sequencing, or varying a number of activities over a period.
Charging tokens repeatedly at regular intervals so that total charges are proportional to the duration of use.
Ensuring that the software can continue extended use of items over an extended period without having to repeat requests to Elastic Access at precisely the right time.
Charging for repeated use up-front rather than retrospectively, therefore avoiding “extending credit” to the customer

Sessions are initiated, managed, and terminated programmatically by the client application that makes an access request. Actions related to sessions are performed using the /api/v1.0/sessions endpoint of Dynamic Monetization’s REST APIs.