« Back to Extension Mobility API Questions

EM API loginDuration value question

Combination View Flat View Tree View
Threads [ Previous | Next ]
I am using the string below to login users:
with the value of "0"

doDeviceLogin
<deviceName>#COL1#</deviceName><loginDuration>0</loginDuration>#COL3#<userId>#COL2#</userId>
 
What value equals indefinate, or if Enforce Maximum Login Time is set to false as a System parameter, is that value ignored?
 
I want to avoid a massive logout of users if some backen timer expires</loginDuration><
</loginDuration><

Some testing seems to indicate a value of 0 results in 'indefinite'.
 
It appears that even if Enforce Maximum Login is disabled, that a positive value will result in logout at the specified interval.

Hi Ryan,
I assume you use AXL to login the user ;-)
 
according the AXL doco's, the loginduration will not be enforced even if you specify a value, you will have to use the EMApi if a forced logout is required. (only just found out myself)
 
so you should be all good :-)