Cleanup expired sessions
@override Future<void> cleanupExpiredSessions() async { await _currentDriver.cleanup(_maxAge); }