From what I see in the logs, one of the requests for getSession fails
with an invalid authentication token (and the HTML page is the
ConnectNow login page that has sneaked in because of a redirect when
instead I should have returned an authentication error)We have found a
problem that may be the cause of this. The current authentication
system, once in a while, is slow at propagating the authentication
tokens between servers so what we think is happening is that you create
the authentication tok...