eurekaclinical/cas

Double login issue

Closed this issue · 1 comments

If the user immediately and quickly types in his/her credentials and submits them, CAS doesn't log the user in. Rather, it clears the credentials and presents the login screen again. The second time, the user is let into Eureka. If the user waits 15 seconds or so and then logs in, the user is let in the first time.

This may be caused by a problem with our spring workflow. Needs investigation.

Disable the terminateWebSessionListener in web flow. It resets the session timeout to 2 seconds, which can leave you with only 2 seconds to type in your username and password in the login screen.