This might be related to this well-known issue
Laravel 5.0 - Asyncronous AJAX Requests cause Session Variable Changes to be Overwritten #7549
If multiple requests try to overwrite the session and the session files do not have a lock then it could cause the session file to become corrupted (overwritten).