W przypadku H2 użyj:
select * from information_schema.sessions;
W przypadku MySQL użyj:
show full processlist;
lub
select * from information_schema.processlist;
Jeśli interesuje Cię tylko liczba sesji, użyj select count(*)
zamiast select *