var fDesc=new Array(); fDesc[0] = "ListSessions is a free tool that lists sessions (All/Active/Disconnected) and clients machines connected in your Citrix farm. List Client Information option will list all Clients connected to Citrix Farm with Client Options selected. You can use Save Report (TXT) option to generate a Text file with the Lists of Sessions or List Client Information.

The Save Report Clients (XLS) option will generate an Excel file with Client Options selected.

Search Session ID option will locate the username with a specified Citrix Server/Session ID"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }