Gebruik voor H2:
select * from information_schema.sessions;
Gebruik voor MySQL:
show full processlist;
of
select * from information_schema.processlist;
Als je alleen geïnteresseerd bent in het aantal sessies, gebruik dan select count(*)
in plaats van select *