Gets all active sessions for monitoring
List<DSSession> getActiveSessions() { return _activeSessions.values .where((session) => !session.isExpired) .toList(); }