I have a single page application which is computing multiple AJAX requests, via axios. Occasionally, I run into a scenario where both requests run async at the same time and attempt to write to the session which causes a 419 response code where the CSRF token is dropped in the response forcing me to have to logout the user. After