codeforamerica / rva-screening

Health service prescreener for sharing patient eligibility data.
http://quickscreenrva.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

after autologout, if you wait another 15 minutes things break #264

Closed mapsam closed 8 years ago

mapsam commented 8 years ago

When the autologout occurs and you don't touch the computer for another 15 minutes (happens to me a lot) you get a trace error saying "user has no email", which I believe is due to losing the session information. We might want to put a setting on the javascript autologout that only runs if a user is logged in already.

esmithayer commented 8 years ago

Fixed in the branch I'm working on--usually happens when you make changes and your local server restarts.

mapsam commented 8 years ago

Ah, nice. Thanks!