Authentication cookie can be set to None by another thread thus
cause current thread retry get aborted by mistake.
The fix is removing the abort logic, because even if the cookie is
None, it would then re-login and get a new cookie before retry.
Change-Id: I8b94de41fa2f3be17d317fd80e4becdad9285f7d
Closes-Bug: 1410805