STRML / Healthcare.gov-Marketplace

Community-driven fixes to healthcare.gov's unstable marketplace.
85 stars 30 forks source link

Login page should not wait for response to render page. #14

Closed STRML closed 11 years ago

STRML commented 11 years ago

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.

STRML commented 11 years ago

Fixed in 1c81800b.