Đối với H2, sử dụng:
select * from information_schema.sessions;
Đối với MySQL, hãy sử dụng:
show full processlist;
hoặc
select * from information_schema.processlist;
Nếu bạn chỉ quan tâm đến số lượng phiên, hãy sử dụng select count(*)
thay vì select *