Per H2, usa:
select * from information_schema.sessions;
Per MySQL, usa:
show full processlist;
o
select * from information_schema.processlist;
Se sei interessato solo al conteggio delle sessioni, usa select count(*)
invece di select *