eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

User client and session created before login and not cleaned up #185

Closed arpost closed 6 years ago

arpost commented 7 years ago

The web client checks if the user is logged in by accessing the user's profile. If it gets back a 400, you're not logged in. Doing that currently causes a user client to get created to do the check, but the session is not destroyed until some time later when tomcat comes along to clean it up.

arpost commented 6 years ago

Fixed.