Future<void> setSessionAttrs(Map<String, String> attrs) async { await volatileStorage.putAll(attrs); }