This document was generated from CDN thread
Created by: ryan kaplan on 31-03-2009 09:09:32 PM
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><
Subject: RE: EM API loginDuration value question
Replied by: David Staudt on 29-04-2009 04:20:09 PM
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.
Subject: RE: EM API loginDuration value question
Replied by: Sascha Monteiro on 22-11-2010 09:09:41 PM
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 :-)