@bpburns
Adds an optional argument to the EclairJS class:
var ejs = new ecalirjs('sessionname');
If the session name is already used, it will return that session back instead of creating a new one.
Also adding a listSessions and a killSession static method to the EclairJS object