No, the Servlet API doesn’t provide a way. You really have to get hold of them all with help of a HttpSessionListener. You can find several examples in the following answers:
- How to find
HttpSessionby jsessionid? - How to find number of active sessions per IP?
- How to check Who’s Online?
- How to invalidate another session when a user is logged in twice?