현재 연결된 세션 갯수를 리턴한다.
전용 브라우저 환경에서만 동작합니다.
function btnTest_on_mouseup(objInst) { screen.alert(wssvr.getsessioncount()); }