Check if session exists
bool hasSession(String sessionId) { return _sessions.containsKey(sessionId); }