There's a synchronous ajax request at loginCommon.js#L335 that is fired when hitting the login page. It appears as though it simply checks if it should clear JSESSIONID cookies or not. There is no good reason for this to be synchronous and it can hitch up the login page for a long time.
There's a synchronous ajax request at loginCommon.js#L335 that is fired when hitting the login page. It appears as though it simply checks if it should clear JSESSIONID cookies or not. There is no good reason for this to be synchronous and it can hitch up the login page for a long time.