Hi,
I used the agent's sendCollaborationEvent function and received JSON object in the failure callback. I'm guessing the session timed out. Just wanted to make sure everything's ok on my end.
Regards,
Shaul.
{
"error" : {
"message" : "unable to initiate session",
"data" : {
"headers" : {
"Content-Type" : "application/json",
"401 Unauthorized" : ""
},
"body" : {
"error" : {
"message" : "Security cookie wasn't found",
"time" : "2014-01-14T10:45:14.945-05:00",
"internalCode" : 10
}
},
"responseCode" : 401,
"lpMeta" : {
"lpC" : "",
"realRes" : true
}
},
"originalRequest" : {
"command" : "startWalkthru",
"args" : {
"walkthruId" : 58622,
"walkthruName" : "test-lp-criador-mobile",
"notifyAgent" : true
}
}