As an admin, i am trying to find long-standing disconnected sessions - to clean those up, so i don't have to do it manually in Environment Manager.
When i run this code it only lists CONNECTED sessions. Is there an option to see disconnected ones?
proc cas;
action accessControl.assumeRole/adminRole = 'SuperUser';
action session.listSessions;
run;
quit;
