Well I dont know if there is jBPM API for that, but what you can do is to have an external source to map the process instance id and the session id. May be in a file or a db table. Both process instance id and the session id you can get when you start the process.
Regards.