I have a related question about this... Hypothetical scenario... I was
*thinking* of doing multiple javascript data feeds, and each will need
to log in to get a token to post a file attachment. So, since Archer
only allows one session token per user ...
I was wondering about this too as I'm very new to Archer... and found
that promises with continuations and lambdas work very well ! var req =
require('request');var logToLogService = true;var logServiceUrl =
'http://localhost:8765' var promise1 = new...