-
Question
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The specified functionality of the Floating model prolongs session validity upon every validation request with the action parameter set to "checkOut". How to verify session validityFor the Floating model, NetLicensing validation response on successful checkout provides the point in time until checkout is valid in the "expirationTimestamp" attribute. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:netlicensing xmlns="http://www.w3.org/2000/09/xmldsig#" xmlns:ns2="http://netlicensing.labs64.com/schema/context" ttl="2022-10-08T07:32:04.909Z">
<ns2:infos/>
<ns2:items>
<ns2:item type="ProductModuleValidation">
<ns2:property name="productModuleNumber">MYYA24YTT</ns2:property>
<ns2:property name="valid">true</ns2:property>
<ns2:property name="expires">2022-10-18T07:07:37.465Z</ns2:property>
<ns2:property name="productModuleName">ABO</ns2:property>
<ns2:property name="warningLevel">GREEN</ns2:property>
<ns2:property name="licensingModel">Subscription</ns2:property>
</ns2:item>
<ns2:item type="ProductModuleValidation">
<ns2:property name="productModuleNumber">MIRAAAHX4</ns2:property>
<ns2:property name="valid">true</ns2:property>
<ns2:property name="productModuleName">Floating</ns2:property>
<ns2:property name="warningLevel">GREEN</ns2:property>
<ns2:property name="expirationTimestamp">2022-10-08T07:32:04.909Z</ns2:property>
<ns2:property name="licensingModel">Floating</ns2:property>
</ns2:item>
</ns2:items>
</ns2:netlicensing> Alternatively, you can verify the sessions expiration time using one of the following options: as Vendor: via NetLicensing Management consoleas Customer: via NetLicensing Customer Portal |
Beta Was this translation helpful? Give feedback.
The specified functionality of the Floating model prolongs session validity upon every validation request with the action parameter set to "checkOut".
This effectively allows vendors to keep active sessions open until these are either given back using checkIn action or expired accordingly to the specified "Max Checkout Validity" parameter.
How to verify session validity
For the Floating model, NetLicensing validation response on successful checkout provides the point in time until checkout is valid in the "expirationTimestamp" attribute.