You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable name existingSessions is ambiguous since it stores resources, not session objects. Consider renaming to existingResources or existingSessionResources to better reflect that it tracks URIs/resources rather than session instances. #12509
The variable name existingSessions is ambiguous since it stores resources, not session objects. Consider renaming to existingResources or existingSessionResources to better reflect that it tracks URIs/resources rather than session instances.