Solved
In ACC V6 or V7, How to see the last session for a user?
Dear Team,
We need to know if someone was connected to the system in ACC V6, and to get the time of their last connection.
Is there any way to do that?
Kind regards,
Dear Team,
We need to know if someone was connected to the system in ACC V6, and to get the time of their last connection.
Is there any way to do that?
Kind regards,
Hi @sguerra,
logins.log file.var f = new File( "/usr/local/neolane/nl6/var/"+ Application.instanceName +"/logins.log" );
var arr = ;
f.open()
for each(var line in f)
{
arr.push( line )
}
for ( var i = arr.length - 1; i = 0; i-- )
logInfo(arri);
f.close()However, I would urge you to post your question here Adobe Campaign Classic v7 & Campaign v8 [0] to get better response.
Regards,
Santosh
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.