Updating Sessions

This section describes options for updating a login session for an SL protection key.

Options for a login session are updated by calling UpdateSession. The options parameter in UpdateSession should point to an XML file whose contents are similar to the following:

<?xml version="1.0" encoding="UTF-8" ?>
<haspoption>
    <execution_count_to_consume>2</execution_count_to_consume>
</haspoption>

This file should contain the following tag:

<execution_count_to_consume> – The number of executions to consume from the license for a single login session. For more information, see Consuming Executions.

Related Topics

UpdateSession

LoginScope