Is it possible that if multiple requests attempt t...
# support-questions-legacy
w
Is it possible that if multiple requests attempt to refresh the session that there's a race condition which would cause the session to be killed as a defensive measure or something? We've got retry code in our Apollo graphql layer client side that attempts to refresh the session and retry failed requests if the session is expired but occassionally users just get kicked out and I'm wondering if its because we need to introduce client side locking to ensure only one refresh attempt occurs
2 Views